export interface ShareOptions { quiet?: boolean; } export declare function runShare(cwd: string, opts?: ShareOptions): Promise;