export declare function npmDistTag({yarn, cmd, module, version, tag}: {
    yarn: any;
    cmd: any;
    module: any;
    version: any;
    tag?: string;
}): any;
