import { INodeProperties } from 'n8n-workflow';
/**
 * Resource selection for the topology domain
 */
export declare const topologyResourceSelector: INodeProperties;
/**
 * Build the descriptions array for topology domain
 */
export declare const topologyDomainDescriptions: INodeProperties[];
export { topologyDomainDescriptions as topologyDescriptions };
