import { ChoiceConfig } from "../models/config/choice-config"; export declare function choice(config?: ChoiceConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void; export declare function choiceAsync(config?: ChoiceConfig): (target: Object, propertyKey: string, parameterIndex?: any) => void;