import type { ParsedMessageData } from '../types/internal'; import type { SignedMessageData, Version } from '../types/public'; import type { Interaction } from './common/types'; export declare function signMessage(version: Version, msgData: ParsedMessageData): Interaction; //# sourceMappingURL=signMessage.d.ts.map