import type { CiProvider } from '../types.js'; /** * Travis CI (legacy). Kept fully working for backward compatibility, but not * promoted as a default. The v1 template ships its own .travis.yml, so this * provider contributes no files - only tokens and build activation. */ export declare const travis: CiProvider;