import { OidcConfiguration, StringMap } from './types.js'; export declare const defaultLoginAsync: (window: any, configurationName: any, configuration: OidcConfiguration, publishEvent: (string: any, any: any) => void, initAsync: Function) => (callbackPath?: string, extras?: StringMap, isSilentSignin?: boolean, scope?: string) => Promise; export declare const loginCallbackAsync: (oidc: any) => (isSilentSignin?: boolean) => Promise<{ tokens: import("./parseTokens.js").Tokens; state: string; callbackPath: any; }>; //# sourceMappingURL=login.d.ts.map