import { CloudinaryAssetMgmtCore } from "../core.js"; import { RequestOptions } from "../lib/sdks.js"; import { APIError } from "../models/errors/apierror.js"; import { ConnectionError, InvalidRequestError, RequestAbortedError, RequestTimeoutError, UnexpectedClientError } from "../models/errors/httpclienterrors.js"; import { SDKValidationError } from "../models/errors/sdkvalidationerror.js"; import { APIPromise } from "../types/async.js"; import { Result } from "../types/fp.js"; /** * Get resource by asset ID * * @remarks * Returns the details of a single resource specified by its asset ID. */ export declare function assetsGetResourceByAssetId(client$: CloudinaryAssetMgmtCore, asset_id: string, colors?: boolean | undefined, media_metadata?: boolean | undefined, faces?: boolean | undefined, quality_analysis?: boolean | undefined, accessibility_analysis?: boolean | undefined, pages?: boolean | undefined, phash?: boolean | undefined, coordinates?: boolean | undefined, versions?: boolean | undefined, max_results?: number | undefined, derived_next_cursor?: string | undefined, options?: RequestOptions): APIPromise>; //# sourceMappingURL=assetsGetResourceByAssetId.d.ts.map