/**
 * Error thrown if TFA code is required to authenticate with _personal_ strategy
 */
export declare class TFARequiredError extends Error {
    tfaType: string;
    constructor(tfaType: string);
}
