export declare const graphDataAttributeKeys: string[]; export declare const computedNodeAttributeKeys: string[]; export declare const staticNodeAttributeKeys: string[]; export declare class ValidationError extends Error { constructor(message: string); }