/** * Provides the functionality of a dynamic object. * * @export * @class Expando */ export declare class Expando { [key: string]: any; }