index.d.ts 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 import {GlobalConfigInstance} from './lib/config'; export * from './lib/core'; export * from './clients/all'; export var config: GlobalConfigInstance export as namespace AWS;