UNPKG

176 BTypeScriptView Raw
1import {GlobalConfigInstance} from './lib/config';
2
3export * from './lib/core';
4export * from './clients/all';
5export var config: GlobalConfigInstance
6
7export as namespace AWS;
\No newline at end of file