import type { TranslationDefinition } from "./index.js"; import type MagicString from "magic-string"; import type { LegacyRoot } from "svelte/compiler"; export declare const rewrite: ({ root: ast, code, originalCode, translations, }: { root: LegacyRoot; code: MagicString; originalCode: string; translations: TranslationDefinition; }) => { scriptAdditions: { before: string[]; after: string[]; }; }; //# sourceMappingURL=rewrite.d.ts.map