import type { CiStatusSource } from './types.js'; export interface GhCliCiSourceOptions { readonly timeoutMs?: number | undefined; } /** Build a gh-CLI-backed CI status source. */ export declare function createGhCliCiSource(options?: GhCliCiSourceOptions): CiStatusSource; //# sourceMappingURL=gh-source.d.ts.map