export declare class ContractCallInputDto {
    type: string;
    value: any;
}
