/** * TagMap is a key-value map of tag metadata associated with a stack. */ export declare type TagMap = { [key: string]: string; };