import { TwoFactorError } from './two-factor.errors';
export declare const TwoFactorEntities: {
    new (): {};
};
export declare const TWO_FACTOR_EXTRA_MODELS: (typeof TwoFactorError | {
    new (): {};
})[];
