/** * Fetches the encrypted config from SSM and returns * the decrypted and parsed JSON object * @param {String} configName [description] * @return {[type]} [description] */ export declare function getConfig(configName?: string): Promise;