export declare function npmPublish({cwd, yarn, tag, access}: {
    cwd: any;
    yarn: any;
    tag?: string;
    access?: string;
}): any;
