import { Plugin } from '../types';
export interface ShopStorePlugin extends Plugin {
    get(model: string): any;
}
