/** True when asset upload runs on hosted MCP (no reliable inline base64 in tool args). */ export declare function isHostedAssetUploadContext(): boolean; export declare const HOSTED_ASSET_UPLOAD_BASE64_ERROR = "asset upload --base64 is not supported on hosted MCP. Use cms_edit_request_staged_upload, run the returned curlCommand, then asset upload --staged with --mime and --file-name."; //# sourceMappingURL=hosted-asset-upload.d.ts.map