import type { CResult } from '../../types.mts'; import type { SocketSdkSuccessResult } from '@socketsecurity/sdk'; export declare function fetchDiffScan({ id1, id2, orgSlug }: { id1: string; id2: string; orgSlug: string; }): Promise['data']>>; //# sourceMappingURL=fetch-diff-scan.d.mts.map