export declare enum InputChoice {
    ENTER_MANUALLY = "Enter manually",
    CHOOSE_FROM_EXISTING = "Choose from existing"
}
