export interface TagFilter {
    name: string;
    value: string;
}
//# sourceMappingURL=tags.d.ts.map