import type { MatrixClient, MayDbIndexScope } from "../types"; export declare class IndexRoomStore { private readonly namespace; private readonly matrixClient; constructor(options: { namespace: string; matrixClient: MatrixClient; }); resolveOrCreatePrivateIndexRoomId(indexName: string): Promise; ensureJoined(roomId: string): Promise; private getAccountDataMapping; createIndexMatrixRoom(options: { indexName: string; scope: MayDbIndexScope; }): Promise; private privateIndexAccountDataType; } //# sourceMappingURL=indexRoomStore.d.ts.map