import { Authenticator } from "./Authenticator";
export declare class Authenticators {
    passcodes: Array<Authenticator>;
}
