import { GlideRecord } from "../types/GlideRecord"; export declare class ScanInstance { cancelScan(progressId?: string, isClusterMessage?: boolean): string; dequeueAndStartScan(): void; triggerAppScan(scopeId?: string): string; triggerFullScan(): string; triggerPointScan(targetTable?: string, targetId?: string): string; triggerReactiveScan(event?: GlideRecord): void; triggerScanFromCombo(comboId?: string): string; triggerScorecardScan(): string; triggerSuiteScan(suiteId?: string): string; triggerTestScan(checkId?: string, checkTable?: string): string; triggerUpdateSetBatchScan(updateSetId?: string): string; triggerUpdateSetScan(updateSetId?: string): string; constructor(); }