export declare const isBinaryBody: (body: any) => boolean; export declare const toSearchParams: (data: Record) => string; export declare const wsCloseCode: (event: number | CloseEvent) => number;