import { type Edit, type SgNode } from '@ast-grep/napi'; export declare const getViMockedPrototypeEdits: (root: SgNode) => Edit[]; /** * Runs extra transformations after the sku vitest codemod to fix any missed cases */ export declare const postFixVitestMigration: (file: string, content: string) => Promise<{ updated: string; hasLifeCyclesToCheck: boolean; }>;