export interface RespCommon { rows: [{ currenttime: Date; }]; } export declare function parseCurrentTimeRespCommon(res: RespCommon): Date; export declare function genRandomName(length?: number): string; //# sourceMappingURL=helper.d.ts.map