export declare const MAX_NUMBER_TO_PREFETCH = 200; export declare const MAX_NUMBER_STEPS_IN_TIME_SLIDER_TO_PREFETCH = 10000; export declare const NUMBER_PREFETCH_WORKERS = 4; export declare const ENABLE_PREFETCH = true; export declare const ADD_SHOW_DIMS_OPTION = false; export declare const NUM_IMAGES_TO_CACHE = 10000; export declare const WMS_EXTENT_RATIO_TO_VIEWPORT = 1.2; export declare const TIMEAWAREIMAGEWRAPPER_IMAGEDIDNOTLOADSUCCESFULLY = "Image did not load succesfully";