import { Dict } from "../interfaces/commons/pitmart.dictionary.interface"; export declare class Bookmark extends Object { key: string; value: any; constructor(key: string, value: string); } export declare class Bookmarks implements Dict { [key: string]: any | undefined; } //# sourceMappingURL=Bookmarks.d.ts.map