export declare function isCompilableExtension(filename: string, allowedExtension: string[]): boolean;
