import type { CallerOptions, GenericApiCaller } from './call.types.js'; export type * from './call.types.js'; export declare function buildApiCaller>(options: CallerOptions): GenericApiCaller;