import type { TooComplexData } from './model'; /** * Type guard to check whether a given value is of type `TooComplexData`. * * @param value The value to check. * @returns true if the value is a TooComplexData object. */ export declare function isTooComplex(value: T | TooComplexData): value is TooComplexData; //# sourceMappingURL=annotations.d.ts.map