/** * check if directory exists */ export declare function assertDirectoryExists(filepath: string): Promise; //# sourceMappingURL=utils.d.ts.map