import { BaseNumberTzEntity } from '../../../base/models'; export declare class Migration extends BaseNumberTzEntity { name: string; status: string; constructor(data?: Partial); } //# sourceMappingURL=migration.model.d.ts.map