import { EntityProps, IEntity } from "../interface/types";
export declare const mutationArrayMethods: string[];
export declare const proxyHandler: <Props extends EntityProps>(self: IEntity<Props>, keyProp?: string[]) => ProxyHandler<Props>;
//# sourceMappingURL=proxy.d.ts.map