import { type PublicKey } from '@dxos/keys'; /** * Verify a signature with the given key. */ export declare const verifySignature: (key: PublicKey, message: Uint8Array, signature: Uint8Array, algorithm?: { name: string; namedCurve?: string; }) => Promise; //# sourceMappingURL=verify.d.ts.map