import { TPrefixes } from '@auto/utils'; import { TGithubOptions, TRepoLog } from './types'; export declare const makeRepoGithubRelease: (log: TRepoLog, prefixes: TPrefixes, options: TGithubOptions) => Promise;