import createClient from 'openapi-fetch'; import type { paths } from './generated/api'; import type { ClientOptions } from './shared'; export type SyncClient = ReturnType>; /** * Create a typed API client for the full Syncular API. * * Returns an openapi-fetch client with full type safety for all endpoints. */ export declare function createApiClient(options: ClientOptions): SyncClient; //# sourceMappingURL=api-client.d.ts.map