export declare const getHMS: (date?: Date) => string; export declare const getYMD: (date?: Date) => string; export declare const prefix: () => string; export declare const echoError: (msg: any) => void; export declare const echo: (msg: any) => void; export declare const exitOnError: (error: Error | any, noExitOnError?: boolean) => void; //# sourceMappingURL=utils.d.ts.map