declare type KeyValue = { [key: string]: string; }; export declare function loginForm(msg: string, error: string, hiddenFields: KeyValue, registrationEnabled: boolean): string; export declare function mfaForm(msg: string, error: string, useTotp: boolean, useWebAuthn: boolean, hiddenFields: KeyValue): string; export {};