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