export interface status_node { type: "status"; attrs: { text: string; color: "neutral" | "purple" | "blue" | "red" | "yellow" | "green"; localId?: string; style?: string; }; } //# sourceMappingURL=status_node.d.ts.map