export declare function serializePayloadKey(payload?: Record): string; export declare function buildRequestKey(method: string, url: string, payload?: Record): string;