import { ImageFormat } from '../config';
export declare const validateNonNullImageFormat: (imageFormat: ImageFormat) => void;
