import { ContractAgreement } from '../../agreements/ContractAgreement';
/** Country Migration step contracts data */
export interface Contracts {
    /** Array of contract agreements to accept */
    agreements: ContractAgreement[];
}
//# sourceMappingURL=Contracts.d.ts.map