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