/** Operation mode of the service */
export declare enum OperationModeEnum {
    'overthebox' = "overthebox",
    'overthebox-legacy' = "overthebox-legacy",
    'wireguard' = "wireguard"
}
//# sourceMappingURL=OperationModeEnum.d.ts.map