import type { TSchema, SchemaOptions } from '../schema/index'; import { type TIntrinsic } from './intrinsic'; export type TLowercase = TIntrinsic; /** `[Json]` Intrinsic function to Lowercase LiteralString types */ export declare function Lowercase(T: T, options?: SchemaOptions): TLowercase;