export declare const useAuthApi: () => { authSwitchOrgs: (workspaceId: string, accessToken?: string | null, cookie?: string | null) => Promise<{ headers: Headers; response: any; status: number; error: string | null; }>; getLogin: (token: string | null) => Promise<{ headers: Headers; response: any; status: number; error: string | null; }>; };