import { type DestructiveOperationMarker } from '../../runtime/safety-markers.js'; export interface DestructiveScan { migrations: string[]; operations: DestructiveOperationMarker[]; } export declare function scanDestructive(migrationsDir: string, pending: string[]): Promise; //# sourceMappingURL=destructive.d.ts.map