export type StateSerializedBody = Blob | string;
export declare function serializeBody(data: any): StateSerializedBody;
