import PopulatedStore from "../../models/store/PopulatedStore";
declare const getStore: (store_id: string) => Promise<PopulatedStore>;
export default getStore;
