export interface date_node { type: "date"; attrs: { timestamp: string; }; } //# sourceMappingURL=date_node.d.ts.map