import { GitHubChannelSession } from '../../channels/GitHubChannelSession';
export interface IRepoInfo {
    repoName: string;
    description?: string;
    branchName?: string;
}
export declare const renderGithubIssueDetails: (githubIssueChannel: GitHubChannelSession | undefined) => Promise<({
    type: string;
} | {
    type: string;
    text: {
        type: string;
        text: string;
    };
    accessory: {
        type: string;
        image_url: string;
        alt_text: string;
    };
})[]>;
//# sourceMappingURL=renderGithubIssueDetails.d.ts.map