export declare function getDefaultExtensions(): string[]; export declare function isMatch(filename: string, patterns: string | string[]): boolean;