import { Key } from "cose-js";
export declare function verifySignature(payload: ArrayBuffer, key: Key): Promise<boolean>;
