import { ServiceConfig } from 'handel-extension-api'; export interface KmsServiceConfig extends ServiceConfig { alias?: string; auto_rotate?: boolean; }