/**
 * check if directory exists
 */
export declare function assertDirectoryExists(filepath: string): Promise<void>;
/**
 * Get absolute file path of a file
 * @param filepath given file path
 * @returns absolute file path
 */
export declare function getAbsoluteFilepath(filepath: string): string;
//# sourceMappingURL=utils.d.ts.map