import { RustCrypto } from "./rust-crypto"; import { IHttpOpts, MatrixHttpApi } from "../http-api"; export declare function initRustCrypto(http: MatrixHttpApi, userId: string, deviceId: string): Promise; //# sourceMappingURL=index.d.ts.map