import type { AnyThing } from './types/index.js'; export declare function assertFlatEntity(entity: AnyThing): void; export declare function assertTypedEntity(thing: AnyThing): void; //# sourceMappingURL=assert.d.ts.map