export declare function glob(options: { cwd: string; ignore: string[]; dir?: boolean; }): Promise;