export declare function getPosterUrls(filePath: string | null): Record | null; export declare function getLogoUrls(filePath: string | null): Record | null; export declare function getBackdropUrls(filePath: string | null): Record | null; export declare function getProfileUrls(filePath: string | null): Record | null; export declare function getStillUrls(filePath: string | null): Record | null;