export declare namespace BuiltIn { type Definition = Def; type Parse = Defaults[Def]; const type: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "unknown" | "any" | "void" | "never" | "true" | "false" | "null"; const parse: { meta: { type: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "unknown" | "any" | "void" | "never" | "true" | "false" | "null"; inherits: () => import("./common.js").GetHandledMethods<{ type: string; inherits: () => import("./common.js").GetHandledMethods<{ type: string; inherits: () => import("./common.js").GetHandledMethods<{ type: string | number; inherits: () => import("./common.js").GetHandledMethods<{ type: string | number | { [x: string]: any; }; inherits: () => import("./common.js").GetHandledMethods<{ type: string | number | { [x: string]: any; }; inherits: () => void; handles: {}; }>; handles: {}; matches: import("./common.js").DefinitionMatcher; }>; handles: {}; matches: import("./common.js").DefinitionMatcher; }>; handles: {}; matches: import("./common.js").DefinitionMatcher; }>; handles: {}; matches: import("./common.js").DefinitionMatcher; }>; handles: { generate: ({ def, ctx }: { def: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "unknown" | "any" | "void" | "never" | "true" | "false" | "null"; ctx: import("./common.js").ParseContext; }) => any; references: ({ def }: { def: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "unknown" | "any" | "void" | "never" | "true" | "false" | "null"; ctx: import("./common.js").ParseContext; }, { includeBuiltIn }: import("./common.js").ReferencesOptions) => ("string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "unknown" | "any" | "void" | "never" | "true" | "false" | "null")[]; }; matches: import("./common.js").DefinitionMatcher<"string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "unknown" | "any" | "void" | "never" | "true" | "false" | "null">; }; } & import("./common.js").ParseFunction<"string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "unknown" | "any" | "void" | "never" | "true" | "false" | "null", unknown>; const delegate: "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" | "function" | "unknown" | "any" | "void" | "never" | "true" | "false" | "null"; const defaults: { unknown: unknown; any: any; object: object; boolean: boolean; void: void; never: never; string: string; number: number; bigint: bigint; true: true; false: false; null: null; symbol: symbol; undefined: undefined; function: (...args: any[]) => any; }; type Defaults = typeof defaults; }