/** returns a base64 encoded string representation of the signature */
export function sign(message: string, privateKey: any, compressed?: boolean): any;
export function verifyMessage(message: string, address: string, signature: string): any;

//# sourceMappingURL=types.d.ts.map
