export declare const transformValidUntil: (value: T & { valid_until: string; }) => Omit & { validUntil: number; };