export declare const objectToPayload: (object: any) => string; export declare const payloadToObject: (payload: string) => any;