export default function create_image(description: string): Promise<{
    description: string;
    url: string;
}>;
