import type { Converter } from '../variable';
export declare function enumConverter<V extends string>(values: [V, ...V[]]): Converter<V>;
