import { Locale } from './types'; export declare const PREMIERE_TYPE_MAP: Readonly<{ tv: "TV"; dvd: "DVD"; "blu-ray": "Blu-ray"; cinema: "kinech"; vod: "VOD"; }>; export declare const CSFD_URL = "https://www.csfd.cz"; export declare const CSFD_URL_MOVIE = "/film"; export declare const CSFD_URL_MOVIE_VIDEOS: (id: number | string) => string; export declare const CSFD_URL_SEARCH: (value: string) => string; export declare const CHUNK_SIZE = 10; export declare const DEFAULT_CONFIG: { chunkSize: number; baseUrl: string; }; export type LocalizedItems = Record; export interface LocalizedItemsTable extends Partial> { name: string; } export declare const GENRES: LocalizedItemsTable; export declare const COUNTRIES: LocalizedItemsTable; export declare const LANGUAGE_PRIORITY: string[]; //# sourceMappingURL=const.d.ts.map