summaryrefslogtreecommitdiff
path: root/includes/external/matrix/node_modules/matrix-js-sdk/lib/rust-crypto/browserify-index.d.ts
blob: 43de3543928018e5236337f7812da02e79aa1136 (plain)
1
2
3
4
5
import { IHttpOpts, MatrixHttpApi } from "../http-api";
export declare function initRustCrypto(_http: MatrixHttpApi<IHttpOpts & {
    onlyData: true;
}>, _userId: string, _deviceId: string): Promise<Crypto>;
//# sourceMappingURL=browserify-index.d.ts.map