export declare function withKeepingCwd(cb: Function): Promise; export declare function inDirectory(dir: string, cb: Function): Promise; interface GetCommonViewOptions { name: string; } export declare function getCommonView(options: GetCommonViewOptions): any; interface CopyOrRenderOptions { view: any; templateFiles: string[]; templateRoot: string; } export declare function copyOrRender(options: CopyOrRenderOptions): Promise; export {};