/** * Validates that the input file exists and is readable */ export declare function validateInputFile(filePath: string): Promise; /** * Validates that the output directory is writable */ export declare function validateOutputPath(outputPath: string): Promise; /** * Validates that the input file is a valid JSON SARIF file */ export declare function validateSarifFile(filePath: string): Promise; //# sourceMappingURL=validators.d.ts.map