APIConfig: {
    backgroundLayer?: string;
    extent?: number[];
    localeUrl?: string;
    projection?: string;
    projections?: {
        [x: string]: Projection;
    };
    queryableLayers?: string[];
    resolutions?: number[];
    searchUrl?: string;
    themesUrl?: string;
}