import ServiceBase from '../base';
declare class StorageService extends ServiceBase {
    getBucket: () => Promise<{}>;
    postBucket: (options: any) => Promise<{}>;
    getObjects: (options: any) => Promise<{}>;
    postObjects: (options: any) => Promise<{}>;
    getObjectsData: (options: any) => Promise<{}>;
    getPublicObjectsData: (options: any) => Promise<{}>;
    getThumbnailSignature: (options: any) => Promise<{}>;
    detectFileExists: (data: any) => Promise<{}>;
}
export { StorageService };
//# sourceMappingURL=storage.d.ts.map