import { Participant } from '.'; import { Model } from '../model'; export declare type Config = Model & { counterparties: Participant[]; env?: { [key: string]: any; }; networkId: string; organizationAddress: string; organizationId: string; organizationRefreshToken: string; registryContractAddress: string; }; //# sourceMappingURL=config.d.ts.map