/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface Container { [x: string]: any; } //# sourceMappingURL=Container.d.ts.map