import type { ISupplyDataFunctions } from 'n8n-workflow'; import { RuntimeDynamicStructuredTool } from './runtime'; export declare const GET_ID_BY_NAME_SUPPORTED_RESOURCES: string[]; export declare function buildGetIdByNameTool(context: ISupplyDataFunctions, referenceUtc: string, resource: string): InstanceType; export declare function buildMoveAssetTool(context: ISupplyDataFunctions, referenceUtc: string, resource: string): InstanceType; export declare function buildCompanyAssetsByLayoutTool(context: ISupplyDataFunctions, referenceUtc: string, resource: string): InstanceType;