import type { IExecuteFunctions, IDataObject } from 'n8n-workflow'; export declare function getCompanyIdForAsset(context: IExecuteFunctions, assetId: string | number, itemIndex?: number): Promise<{ companyId: string | number; assetObject: IDataObject; }>;