import type { BSPFetchParams } from "../types/index.js"; export declare function fetchBsp({ client, type, method, body, endpoint, query, }: BSPFetchParams): Promise;