import type { TotemConfig } from '@mmnto/totem'; import type { IssueAdapter } from './issue-adapter.js'; /** * Create the appropriate issue adapter based on config. * If `repositories` is set, returns a MultiRepoAdapter that aggregates issues. * Otherwise, returns a standard GitHubCliAdapter that uses the current repo. */ export declare function createIssueAdapter(cwd: string, config: TotemConfig, warn?: (msg: string) => void): Promise; //# sourceMappingURL=create-issue-adapter.d.ts.map