import type { SuperagentNativeClient, SuperagentNativeClientConfig } from '../types'; export declare function createSuperagentNativeClient({ apiBaseUrl, appId, getAuthToken, getHeaders, }: SuperagentNativeClientConfig): SuperagentNativeClient; export type { SuperagentNativeClient }; //# sourceMappingURL=nativeClient.d.ts.map