import { Gateway, Wallet } from 'fabric-network';
export declare const getGateway: (option: {
    connectionProfile: string;
    identity: string;
    asLocalhost: boolean;
    wallet: Wallet;
}) => Promise<Gateway>;
