Version: 0.0.10.0.20.1.00.1.10.1.20.1.30.2.00.2.10.2.20.2.30.2.40.2.50.2.60.2.70.2.80.2.9
type Options = {
cwd?: string;
dot?: boolean;
absolute?: boolean;
filesOnly?: boolean;
flush?: boolean;
};
type FilePath = string;
declare function glob(str: string, opts?: Options): FilePath[];
export = glob;