import { ApiPromise } from "@polkadot/api";
import { KeyringPair } from '@polkadot/keyring/types';
export declare const createIssuer: (api: ApiPromise, account: KeyringPair, name: string, controllers: string[]) => Promise<string>;
export declare const editIssuer: (api: ApiPromise, account: KeyringPair, hashId: string, name: string, controllers: string[]) => Promise<string>;
