export declare const algorithm: {
    name: string;
    hash: string;
};
export declare function verify(message: string, signature: string): Promise<boolean>;
