/**
 * Copyright Super iPaaS Integration LLC, an IBM Company 2024
 */
import { BaseAsset } from "../model/assets-model.js";
import { AssetCacheModel } from "../model/asset-cache-model.js";
declare const getRefsFromApiAsset: (asset: BaseAsset) => AssetCacheModel[];
declare const getAPIDefPath: (asset: BaseAsset) => string | undefined;
export { getRefsFromApiAsset, getAPIDefPath };
//# sourceMappingURL=api-asset-handler.d.ts.map