import { PrivateIdentity } from '../identity'; /** webRtcCanInitiateIdentity as a base64 string is less than webRtcLocalIdentity */ export declare const webRtcCanInitiateIdentityPrivate: () => PrivateIdentity; /** webRtcLocalIdentity as a base64 string is between webRtcCannotInitiateIdentity and webRtcCanInitiateIdentity */ export declare const webRtcLocalIdentity: () => PrivateIdentity; /** webRtcCannotInitiateIdentity as a base64 string is greater than webRtcLocalIdentity */ export declare const webRtcCannotInitiateIdentityPrivate: () => PrivateIdentity; /** * Utility to create a fake "keypair" for testing the network layer */ export declare function mockPrivateIdentity(identity: string): PrivateIdentity; //# sourceMappingURL=mockPrivateIdentity.d.ts.map