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