export interface AttributeMap { [attribute: string]: string | number | boolean; }