/**
 * @module exome/ghost
 */
import { exomeId } from "exome";
/**
 * This is a class that pretends to be Exome store, but doesn't apply same change detection logic.
 * This is useful for testing and mocking data.
 */
export declare class GhostExome {
    private [exomeId];
}
