export interface IStore { } export declare class Store implements IStore { static TABLE: symbol; static DTO: symbol; }