export declare const findFilesFromPattern: (pattern: string) => Promise; /** * Ensure the given dir exists. * @param path Path to the dir. */ export declare const ensureDir: (path: string) => Promise;