import { APIErrorResponse } from '../serviceHelpers/APIErrorResponse';
import { UserIdentity } from './userIdentity';
export default function signInWithOIDC(code: string, state?: string): Promise<APIErrorResponse | UserIdentity>;
