import type { AnalyzeCommitsContext } from 'semantic-release'; declare const analyzeCommits: ({ project, ...pluginConfig }: import("./wrap-plugin").WrappedPluginConfig, context: AnalyzeCommitsContext) => Promise; declare const generateNotes: ({ project, ...pluginConfig }: import("./wrap-plugin").WrappedPluginConfig, context: import("semantic-release").VerifyReleaseContext) => Promise; export { analyzeCommits, generateNotes };