declare module 'gitignore-parser' { export function compile(gitignoreContents: string): any; }