import { DefaultValue } from '../schema/index.js'; export declare function hasNoValue(value: any): value is null | undefined; export declare function isDefaultFunction(value: DefaultValue | undefined): value is import("../schema/index.js").DefaultFunction;