import { PrivateKey } from '@bsv/sdk';
export declare const signMessage: (message: string, privateKey: PrivateKey) => string;
