import { MigrationError } from "../migration-error"; /** * Removes all `undefined` values from the array of `errors` */ export declare function normalizeMigrationErrors(...errors: ArrT): readonly Exclude[]; //# sourceMappingURL=normalize-migration-errors.d.ts.map