import { ContractLegalRestriction } from './model/ContractLegalRestriction'; export declare class ContractLegalRestrictionsConverter { static convert(response: any): ContractLegalRestriction[]; }