import type { BranchObject } from 'semantic-release';
import type { PluginConfigType } from './preparePluginConfig';
declare const skipForPrerelease: (branch: BranchObject, pluginConfig: PluginConfigType) => boolean;
export default skipForPrerelease;
