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