/** * Gets the path to the validator binary for the current platform. * * @returns The absolute path to the validator binary * @throws {GtfsValidationError} If the binary is not found or not executable * * @internal */ export declare function getValidatorBinaryPath(): Promise;