import { IntegrationStep, IntegrationStepExecutionContext } from '@jupiterone/integration-sdk-core'; import { IntegrationConfig } from '../../config'; export declare function fetchComponents({ jobState, instance, logger, }: IntegrationStepExecutionContext): Promise; export declare function buildComponentCveRelationship({ jobState, logger, }: IntegrationStepExecutionContext): Promise; export declare const componentSteps: IntegrationStep[];