export declare class Bookmark {
    path: string;
    index: number;
    label: string | null;
    thumb: string;
    title: string | null;
    trackingLabel: string;
    type: string;
    constructor();
}
