import type { Enum } from '../../../client/interfaces/Enum'; export declare const getEnum: (values?: (string | number)[] | undefined) => Enum[];