import type { ConfigOverrides } from "../config.js"; /** Execute the scan command, write its report to stdout, and return an exit code. */ export declare function runScanCommand(target: string, overrides: ConfigOverrides, options?: { strict?: boolean; }): Promise;