import { Target } from './Target';
export declare const eStores: {
    Target: typeof Target;
};
