export declare const animationNodeCategories: readonly ["scene", "dialogue", "camera", "audio", "timing", "publishing"]; export type AnimationNodeCategory = (typeof animationNodeCategories)[number]; //# sourceMappingURL=AnimationNodeCategories.d.ts.map