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