export declare const shareToWeRun: () => Promise<{ errMsg: string; }>; export declare const getWeRunData: () => Promise<{ errMsg: string; }>;