export declare class ResourceTag { key?: string; value?: string; constructor(); withKey(key: string): ResourceTag; withValue(value: string): ResourceTag; } //# sourceMappingURL=ResourceTag.d.ts.map