import type { Centrifuge } from '../Centrifuge.js'; export declare class Entity { #private; constructor( /** @internal */ _root: Centrifuge, queryKeys: (string | number)[]); } //# sourceMappingURL=Entity.d.ts.map