import { GoodCopDefCtx } from '../definitionTypes.js'; export declare const defaultTypeError: (type: any, displayCompareWithTypeofValue?: boolean) => ({ value, errorExtraInfos }: GoodCopDefCtx) => string;