import { Client as IdentityClient } from "@iota/identity-wasm/node/identity_wasm.js";
export declare class IdentityHelper {
    private static readonly PERMANODE_URL;
    /**
     * Returns a new Identity Client for the network specified as parameter.
     *
     * @param node Concerned node.
     * @returns The identity client.
     */
    static getClient(node: string): Promise<IdentityClient>;
}
