import type { BacklogItem } from '../types.js'; export interface GithubSourceOptions { readonly repoPath: string; readonly readyLabel: string; readonly limit?: number; } export declare function readGithubBacklog(options: GithubSourceOptions): Promise; //# sourceMappingURL=github-source.d.ts.map