export declare const globAsync: (pattern: string) => Promise<string[] | Error>;
export type GlobAsync = typeof globAsync;
