import { Octokit } from 'octokit'; import { Options } from '../../shared/types.js'; declare function initializeGitHubRepository(octokit: Octokit, options: Options): Promise; export { initializeGitHubRepository };