import { RelationshipClass, RelationshipDirection } from '@jupiterone/integration-sdk-core'; export declare const STEP_FETCH_CONTAINERS = "fetch-containers"; export declare const STEP_FETCH_IMAGES = "fetch-images"; export declare const STEP_FETCH_IMAGE_FINDINGS = "fetch-image-findings"; export declare const containerEntities: { CONTAINER: { _type: string; _class: string; resourceName: string; }; CONTAINER_IMAGES: { _type: string; _class: string; resourceName: string; }; IMAGE_FINDING: { _type: string; _class: string; resourceName: string; }; }; export declare const containerRelationships: { QUALYS_CONTAINER_USES_IMAGE: { _type: string; _class: RelationshipClass; sourceType: string; targetType: string; }; }; export declare const MAPPED_RELATIONSHIP_IMAGE_VULNERABILITY_IS_VULNERABILITY_TYPE: string; export declare const containerMappedRelationships: { IMAGE_VULN_IS_VULN: { _type: string; _class: RelationshipClass; sourceType: string; direction: RelationshipDirection; targetType: string; }; }; //# sourceMappingURL=constants.d.ts.map