import type { AuthClient, AuthClientConfig } from './types'; export declare function createAuthClient(config: AuthClientConfig): AuthClient; //# sourceMappingURL=auth-client.d.ts.map