import type { CreateImageParams, CreateImageResult } from '../types.js'; /** * Creates an image entity by uploading an image to IPFS and generating the corresponding ops. * * @deprecated Use `createGeoClient({ network }).images.create(...)` for upload + ops. */ export declare const createImage: ({ network, ...params }: CreateImageParams) => Promise; //# sourceMappingURL=create-image.d.ts.map