import { type MigrationManifest } from "./migration-manifest.js"; export interface TombstoneModuleOptions { from: string; manifest: MigrationManifest; helperImport: string; valueExports?: string[]; typeExports?: string[]; } export declare function renderTombstoneModule(options: TombstoneModuleOptions): string; //# sourceMappingURL=tombstone.d.ts.map