import type { CResult } from '../../types.mts'; import type { SocketArtifact } from '../../utils/alert/artifact.mts'; export declare function fetchScan(orgSlug: string, scanId: string): Promise>; //# sourceMappingURL=fetch-scan.d.mts.map