interface ShareOptions { public?: boolean; ttl?: string; } export declare function shareCommand(options?: ShareOptions): Promise; export {}; //# sourceMappingURL=share.d.ts.map