import type { CreateResult, DeleteEntityParams } from '../types.js'; /** * Deletes an entity by unsetting all its values and deleting all its relations * in the specified space. * * @deprecated Use `createGeoClient({ network }).entities.delete(...)`. */ export declare const deleteEntity: ({ network, ...params }: DeleteEntityParams) => Promise; //# sourceMappingURL=delete-entity.d.ts.map