export interface ScaleWebSignUpSetting {
    can_connect_existing_account: boolean;
    enable: boolean;
}
export declare namespace ScaleWebSignUpSetting {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=scaleWebSignUpSetting.d.ts.map