import type { GitHub } from '../infra/github';
import type { Issue } from '../types/github';
export declare const getOpenedIssues: (github: GitHub) => Promise<Issue[]>;
