import type { AppId } from '../../core'; import type { AuthState } from '../types'; export declare const useCredentialsId: (appId: AppId, setAuthState: (authState: AuthState) => void, setCredentialsId: (credentialsId: string) => void) => void;