blob: 5d7a9823bc8c286d2f6e3e3e7dc2658ec6e9573a [file] [log] [blame]
import glob from 'glob';
export declare function parseFileContent(content: string, filename?: string): any;
export declare function globFiles(pattern: string, options?: glob.IOptions): Promise<string[]>;