import { NhostAuthConstructorParams, NhostClient as VanillaClient, ServiceUrls, Subdomain } from '@nhost/nhost-js'; import { App } from 'vue'; export type { ErrorPayload, NhostSession, Subdomain, User } from '@nhost/nhost-js'; export interface NhostVueClientConstructorParams extends Partial, Partial, Omit { } export declare class NhostClient extends VanillaClient { private autoSignIn; constructor(params: NhostVueClientConstructorParams); /** * @internal * This method transforms the NhostClient class into a Vue plugin */ install(app: App): void; } //# sourceMappingURL=client.d.ts.map