export declare const SIGN_SERVICE_ID = "signService"; export interface IMessage { id: string; data: string; }