/** * Signs a message with an XP private key. * * @param message - The message to sign. * @param privateKey - The private key to sign with. * @returns A promise that resolves to the signature as a `0x` prefixed string. */ export declare function xpSignMessage(message: string, privateKey: string): Promise; //# sourceMappingURL=xpSignMessage.d.ts.map