import { ContainerModule } from 'inversify';
/**
 * Module for creating and going to bookmarks
 */
declare const bookmarkModule: ContainerModule;
export default bookmarkModule;
//# sourceMappingURL=bookmark-module.d.ts.map