export declare function registrationForm(msg: string, error: string, mfaRegistrationEnabled: boolean, firstRunMode: boolean): string; export declare function mfaRegistrationForm(msg: string, error: string, totpEnabled: boolean, webAuthnEnabled: boolean): string;