import { Contract, Network } from 'fabric-network';
export declare const getContract: (network: Network) => Promise<{
    contract: Contract;
}>;
