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