export default function glob(pattern: string, options?: {}): Promise<string[]>;
