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