export function velgInnloggingstilbyder(tilbyder: any, oidc: any): void; export function hentBruker(): any; export namespace idportentilbyder { const id: string; const realm: string; const clientIdNokkel: string; namespace innstillinger { const scope: string; const response_type: string; const acr_values: string; } } export namespace ansattilbyder { const id_1: string; export { id_1 as id }; const realm_1: string; export { realm_1 as realm }; const clientIdNokkel_1: string; export { clientIdNokkel_1 as clientIdNokkel }; export namespace innstillinger_1 { const scope_1: string; export { scope_1 as scope }; const response_type_1: string; export { response_type_1 as response_type }; const acr_values_1: null; export { acr_values_1 as acr_values }; } export { innstillinger_1 as innstillinger }; }