import { CaaSApi_Media_Picture, Image } from '../types'; export declare const getMappedMediaPicture: (caasMedia: CaaSApi_Media_Picture, locale: string, remoteProjectId?: string) => Image;