export declare function transformSDKTimestampToRESTTimestamp(val: Date): string; export declare function transformRESTTimestampToSDKTimestamp(val: string): Date | undefined;