import type { ImageInput, SerializedImageInput } from './customTypes';
export declare function handleImageInput(image: ImageInput[]): SerializedImageInput[];
