import type { OutputKind } from '../../types.mts'; export declare function handleScanView(orgSlug: string, scanId: string, filePath: string, outputKind: OutputKind): Promise; //# sourceMappingURL=handle-scan-view.d.mts.map