import type { SchemaExtendedValue } from '../../schema/index.js';
export declare const isStaticDefault: (defaultValue: unknown) => defaultValue is SchemaExtendedValue;
