export declare function joinTimestamp(join: boolean, restful?: boolean): string | { _t?: undefined; } | { _t: number; }; /** * @description: 格式请求参数时间 */ export declare function formatRequestDate(params: any): void;