import type * as chaChaNoble from "@noble/ciphers/chacha.js";
import type { Adapter } from "../adapter/mod.ts";
export declare function fromNoble(noble: typeof chaChaNoble): Adapter;
