import { Entity } from '../entity'; export declare function setIsFetched(entity: Entity, isFetched: boolean): void;