import type { Store as PiniaStore } from "pinia";
declare const PiniaModule: new () => PiniaStore;
export default PiniaModule;
