import Entity from './Entity.js';
export declare function saveEntities(entity: Entity): {};
export declare function restoreEntities(entity: Entity, savedEntities: {
    [k: string]: Entity;
}): boolean;
