import type { MigrationTemplateArgs } from 'payload';
export declare const indent: (text: string) => string;
export declare const getMigrationTemplate: ({ downSQL, imports, packageName, upSQL, }: MigrationTemplateArgs) => string;
//# sourceMappingURL=getMigrationTemplate.d.ts.map