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