import { Identity } from './identity/Identity';
import { Claim } from "./claim/Claim";
import { SignerModule } from './core/SignerModule';
import * as utils from "./utils-module";
declare const constants: {
    implementationAuthorities: {
        ropsten: string;
        kovan: string;
        homestead: string;
    };
};
export { Identity, Claim, SignerModule, utils, constants, };
