/** Structure holding the elements about a label */
export interface Label {
    /** Label key */
    key: string;
    /** Label value */
    value: string;
}
//# sourceMappingURL=Label.d.ts.map