export declare const useAuthApi: () => { authSwitchOrgs: (workspaceId: string, accessToken?: string | null, cookie?: string | null) => Promise; getLogin: (token: string | null) => Promise; };