import { ReleaseBotOptions } from './release-bot.types'; export declare function releaseBot(updates: string | undefined, options: ReleaseBotOptions): void; //# sourceMappingURL=release-bot.d.ts.map