import "../extensions.js"; import { type TStringOptions, Type } from "typebox"; export declare function StringEnum(values: [...T], options?: TStringOptions): Type.TUnsafe;