export function getContainerRiskMetadata(name: any, linkedName: any): {
    attackTactics: any[];
    attackTechniques: any[];
    canonicalName: any;
    knowledgeSourceRefs: any[];
    knowledgeSources: any[];
    matchSource: string;
    offenseTools: any[];
    riskTags: any[];
    seccompBlockedSyscalls: any[];
    seccompProfile: any;
} | undefined;
export function createContainerRiskProperties(name: any, linkedName: any): {
    name: string;
    value: any;
}[];
//# sourceMappingURL=containerRisk.d.ts.map