export default interface Choice {
    key: string;
    ignoreCase?: boolean;
    endPoint?: string;
    list?: string;
}
//# sourceMappingURL=Choice.d.ts.map