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