import { Wallet } from 'fabric-network';
export declare type EnrollAdminOption = {
    enrollmentID: string;
    enrollmentSecret: string;
    mspId: string;
    connectionProfile: string;
    wallet: Wallet;
    caName: string;
};
