interface ValueLabelPair { value: number; label: string; } export declare const convertEnumToArray: (input: any) => ValueLabelPair[]; export {};