import { TPrefixes } from '@auto/utils'; import { TGithubOptions, TWorkspacesLog } from './types'; export declare const makeWorkspacesGithubReleases: (logs: TWorkspacesLog[], prefixes: TPrefixes, options: TGithubOptions) => Promise;