/** * Validates input parameters before running the validator. * * @param input - The input path to validate * @throws {GtfsValidationError} If the input is invalid or not accessible * * @internal */ export declare function validateInput(input: string): Promise;