import Key_ from './key'; import Alias_ from './alias'; export declare namespace KMS { const Key: typeof Key_; const Alias: typeof Alias_; type Key = Key_; type Alias = Alias_; }