import * as P from 'micro-packed'; export declare const Offchain: { Message: P.CoderType<{ version: 0; msg: string; }>; MessageRaw: P.CoderType; }; }>>; sign(privateKey: Uint8Array, msg: string, version?: 0): string; verify(sigature: string, publicKey: Uint8Array | string, msg: string, version?: 0): boolean; }; //# sourceMappingURL=offchain.d.ts.map