export declare const glob: (path: string, options?: Object) => Promise<Array<string>>;
export declare const readFile: (path: string) => Promise<string>;
