import { type TStringOptions, type TUnsafe } from "typebox"; declare const stringEnum: (values: TValues, options?: TStringOptions) => TUnsafe; export { stringEnum };