import { Entity } from '@cervotech/types/api'; export declare function isNewEntity(entity: Entity | Entity['id']): boolean;