1 2 3 4 5 6
import { RustCrypto } from "./rust-crypto"; import { IHttpOpts, MatrixHttpApi } from "../http-api"; export declare function initRustCrypto(http: MatrixHttpApi<IHttpOpts & { onlyData: true; }>, userId: string, deviceId: string): Promise<RustCrypto>; //# sourceMappingURL=index.d.ts.map