/** When do you plan to start using cloud infrastructure ? (months) */
export declare enum InfrastructureUsingEnum {
    'Key_1To6' = "1To6",
    'Key_6To12' = "6To12",
    'DontKnow' = "DontKnow",
    'Less1' = "Less1",
    'Over12' = "Over12"
}
//# sourceMappingURL=InfrastructureUsingEnum.d.ts.map