/// import * as fs from 'fs-extra'; export declare const VERSION: any; export declare const appDir: string; export declare const resolvePath: (relativePath: string) => string; export declare const arrayFilterEmpty: (array: any) => any; export declare const pathRewrite: (localUrl: any, remoteUrl: any) => (path: any) => any; export declare const cyan: (s?: string) => string; export declare const isEmptyDir: (dir: fs.PathLike) => boolean; export declare const isTsProject: () => boolean; export declare const isNotEmptyStr: (s: any) => boolean; export declare function cleanDistFolder(): Promise; export declare const readCredentials: () => Promise<{ cert: Buffer; key: Buffer; }>; export declare const downloadTemplates: (tarball: any, dir: any) => Promise; export declare const downloadTemp: (dest: string) => Promise; export declare const scriptCmds: () => { name: string; desc: string; }[]; export declare const resolveUiPrefix: (file: string, name: string) => Promise;