import type { TSchema } from '../schema/index.mjs';
/** Fast undefined check used for properties of type undefined */
export declare function ExtendsUndefinedCheck(schema: TSchema): boolean;
