export declare function fetchGitHub(user: string, password: string, url: string, cacheOnly?: boolean): Promise; export declare function getIssues(): Promise>; export declare function syncIssues(user: string, password: string): Promise>; export declare function createRelease(user: string, password: string, tagName: string, title: string, body: string, prerelease?: boolean, commit?: string): Promise;