blob: 64fe34fd4905a16b7023ba86020a5e627642178c (
plain)
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
|