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