export declare function signatureIsValid(publicKey: string, signature: string, message: string): boolean;
