export default getStore; export type StoreObject = import("reshow-flux-base").StoreObject; /** * @returns {object} */ declare function getStore({ props, options }: { props: any; options: any; }): object;