/** * @module botbuilder-ai */ /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ declare global { interface Window { } } export declare type window = Window; //# sourceMappingURL=custom.window.d.ts.map