export declare function assertDir(path: string): string;
export declare function assertFile(path: string): string;
