import ServiceBase from '../base';
declare class ShareService extends ServiceBase {
    getShare: (options: any) => Promise<{}>;
    shareVersion: (options: any) => Promise<{}>;
    shareView: (options: any) => Promise<{}>;
    shareFile: (options: any) => Promise<{}>;
    shareFolder: (options: any) => Promise<{}>;
    deleteShare: (options: any) => Promise<{}>;
    deleteMultiplyShare: (options: any) => Promise<{}>;
    getUserShare: (options: any) => Promise<{}>;
    getShareToken: (options: any) => Promise<{}>;
    getPassword: (options: any) => Promise<{}>;
}
export { ShareService };
//# sourceMappingURL=share.d.ts.map