import { IResult } from '../common'; export declare function publish(args?: { silent?: boolean; dir?: string; outDir?: string; }): Promise;