export declare const serializeValue: (value: T[keyof T]) => string | (T[keyof T] & {}) | { type: string; keys: string[]; } | undefined;