/**
 * The response for turning on 2fa. Contains the qr code url.
 */
export declare class TurnOn2FAResponse {
    /**
     * The qr-code url that was generated.
     */
    url: string;
}
