import { IGithubRepo } from './types'; export declare function init(options: { token: string; repo: string; }): IGithubRepo;