import type { RTAArtifactLabel } from './rta-artifact-label.js';
/**
 * Arbitrary labels as meta information
 */
export type RTAArtifactLabelList = RTAArtifactLabel[];
//# sourceMappingURL=rta-artifact-label-list.d.ts.map