export declare class BackofficeLocalStorages {
    static IMAGE_SIZE_SMALL: number;
    /**
     * Set the boost mode
     * @param boost_mode
     * @constructor
     */
    static SetBoostMode(boost_mode: boolean): void;
    static GetProductCachedTags($localstorage_base_path: string): string[] | null;
    static SetProductCachedTags($localstorage_base_path: string, tags: string[]): void;
}
