import { VerifyReleaseContext } from "semantic-release"; import { PluginConfig } from "./types/pluginConfig"; export declare const verifyRelease: (config: PluginConfig, context: VerifyReleaseContext) => void;