export interface PublishOptions { directoryPath: string; /** @default false */ dryRun?: boolean; /** @default .npmrc or official npm registry */ registryUrl?: string; /** @default 'latest' */ tag?: string; } export declare function publish({ directoryPath, dryRun, registryUrl, tag, }: PublishOptions): Promise; //# sourceMappingURL=publish.d.ts.map