import type { Attribs, Vec2Like } from "./api.js"; export declare const image: (pos: Vec2Like, url: string, attribs?: Attribs, ...body: any[]) => any[]; //# sourceMappingURL=image.d.ts.map