import Identity from './Identity';
declare const IdentitySDK: {
    Identity: typeof Identity;
};
export { Identity };
export default IdentitySDK;
