import { Const, Intersection } from "../meta-types"; import { Get, HasKeyIn } from "../utils"; import { ParseSchema } from "."; export declare type ParseConstSchema = HasKeyIn extends true ? Intersection>, ParseSchema>> : Const>;