import type { VuexMigrationReport } from "../types/index.js"; export interface AuditVuexStoresParams { module?: string; } export declare function auditVuexStores(params?: AuditVuexStoresParams): Promise; export declare function auditVuexInModule(modulePath: string): Promise; //# sourceMappingURL=vuex-to-pinia.d.ts.map