export declare const OFFLOADED_PAYLOAD_SIZE_ATTRIBUTE = "offloadedPayloadSize"; export declare function hasOffloadedPayload(attributes?: { [key: string]: string; }): boolean; export declare function buildOffloadedPayloadAttributes(payload: unknown, attributes?: Record): Record;