import type RootStore from './RootStore';
export default class BookmarksStore {
    private readonly rootStore;
    constructor(rootStore: RootStore);
    get bookmarkedBooths(): import("./BoothStore").Booth[];
    get total(): number;
    get hasRoutableBookmarks(): boolean;
}
//# sourceMappingURL=BookmarksStore.d.ts.map