import type { AlgorithmIdentifier } from '../../../types/index.js'; /** * Use SubtleCrypto.supports() to understand if the runtime supports using the given key algorithm * for signature verification. */ export declare function runtimeSupportsWebCryptoKeyAlg(alg: AlgorithmIdentifier): boolean; //# sourceMappingURL=runtimeSupportsWebCryptoKeyAlg.d.ts.map