botbuilder-dialogs
Version:
A dialog stack based conversation manager for Microsoft BotBuilder.
20 lines (19 loc) • 605 B
TypeScript
/**
* @module botbuilder-dialogs
*/
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
declare const Chinese: any;
declare const English: any;
declare const French: any;
declare const German: any;
declare const Dutch: any;
declare const Japanese: any;
declare const LikelySubtags: any;
declare const NumberingSystem: any;
declare const Portuguese: any;
declare const Spanish: any;
export { Chinese, English, French, German, Dutch, Japanese, LikelySubtags, NumberingSystem, Portuguese, Spanish };
//# sourceMappingURL=i18n.d.ts.map