import { IAzureBlobStorageService, Service } from "./service"; /** * @module botbuilder-config */ export declare class AzureBlobStorageService extends Service implements IAzureBlobStorageService { container: string; storageKey: string; storageAccount: string; connectionString: string; constructor(); }