export declare const serialize: (input: unknown) => string;
export declare const deserialize: (input: string) => any;
