/*! * Copyright (C) Microsoft Corporation. All rights reserved. */ export type { IConfig, IContext } from './App.Types'; export { setConfig } from './Config'; export { getContext } from './ContextProvider'; //# sourceMappingURL=index.d.ts.map