import type { ApiClient } from "./api-client.js"; /** Upload local image paths through the API while leaving remote/API URLs untouched. */ export declare function resolveImageUrl(api: ApiClient, projectId: string, url: string): Promise; //# sourceMappingURL=image-resolver.d.ts.map