import type { WorldConnector } from '@volter-ai-dev/twin'; import type { GithubExecute } from '@volter-ai-dev/twin-github'; export declare function githubIssueConnector(execute: GithubExecute, owner: string, repo: string): WorldConnector;