import type { PluginConfig, VerifyConditionsContext } from './types'; import type SemanticReleaseError from '@semantic-release/error'; export declare const verifyConfig: (pluginConfig: PluginConfig, context: VerifyConditionsContext) => SemanticReleaseError[];