/** Xdsl Settings */
export interface Setting {
    /** Enable the partner collect choice in the order funnel */
    ispPartnerOrderCollectChoice: boolean;
    /** Send the modem as soon as possible, do not wait the xdsl line to be active */
    resellerFastModemShipping: boolean;
    /** Let the modem with vendor configuration. It prevent to apply the config managed by ovh manager */
    resellerModemBasicConfig: boolean;
}
//# sourceMappingURL=Setting.d.ts.map