export declare const hasFileType: (startPath: string, ext: string[]) => boolean; export declare const compile: (cmd: any, callback?: any) => Promise;