import type { Pinia } from 'pinia';
export * from 'pinia';
export declare const usePinia: () => Pinia;
