interface PublishGhReleaseConfig { version: string; body: string; draft?: boolean; prerelease?: boolean; repo: string; owner: string; authToken: string; } export declare const publishGhRelease: (config: PublishGhReleaseConfig) => Promise; export {}; //# sourceMappingURL=publish-gh-release.d.ts.map