import { type SgNode } from '@ast-grep/napi'; import type { FileContent } from './vitest.js'; export declare const getLifeCycleHooks: (root: SgNode) => SgNode>[]; export declare const editLifeCycleHooks: (files: FileContent[]) => Promise;