import type { MigrationError } from '../types.js';
export declare function applyMigration(content: string, templateName: string, silent?: boolean): Promise<true | MigrationError>;
