import type { ScanOptions } from '../types/scan.types'; export declare function validateScanOptions(options: unknown): ScanOptions; export declare function sanitizeInput(input: string): string; //# sourceMappingURL=scan.validator.d.ts.map