import type { Context } from 'semantic-release'; import type { PluginConfig } from './types'; export declare const prepare: (pluginConfig: PluginConfig, context: Context) => Promise;