import { AuthClient, NhostClientOptions } from './client'; /** @deprecated Not in use anymore. Use `clientStorageType: 'cookie'` instead */ export declare class AuthCookieClient extends AuthClient { constructor({ ...options }: Omit); } /** @deprecated Alias for {@link AuthCookieClient} */ export declare const AuthClientSSR: typeof AuthCookieClient; //# sourceMappingURL=cookie-client.d.ts.map