export declare const setSharedObject: (key: string, value: any) => Promise; export declare const getSharedObject: () => Promise>;