import { PluginSpec } from 'semantic-release';
export declare function npm({ publishable, publishPath }: {
    publishable: boolean;
    publishPath: string;
}): PluginSpec | null;
