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