export declare class JwkWindowCryptoService {
    private readonly cryptoService;
    importVerificationKey(key: JsonWebKey, algorithm: AlgorithmIdentifier | RsaHashedImportParams | EcKeyImportParams | HmacImportParams | AesKeyAlgorithm | null): Promise<CryptoKey>;
    verifyKey(verifyAlgorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | null, cryptoKey: CryptoKey, signature: BufferSource, signingInput: string): Promise<boolean>;
}
//# sourceMappingURL=jwk-window-crypto.service.d.ts.map