import { Pods } from '@tapis/tapis-typescript';
declare const createImage: (params: Pods.AddImageRequest, basePath: string, jwt: string) => Promise<Pods.ImageResponse>;
export default createImage;
