/** * Scan command - Scan files for secrets */ /** * Execute the scan command * @param options - Command options * @returns Exit code (0 = success, 1 = secrets found and blocked, 2 = error) */ export declare function scanCommand(options: { staged?: boolean; block?: boolean; file?: string; }): Promise; //# sourceMappingURL=scan.d.ts.map