export declare function parseGlobs(globs: string[]): Promise<string[]>;
