export declare function isSameCategory(categoryA: readonly string[], categoryB: string | string[]): boolean; export declare function convertDomainToCategory(name: string, type: "model" | "frame" | "agent" | "workflow"): readonly string[]; export declare function convertNaiteKeyToCategory(key: string): readonly string[]; //# sourceMappingURL=category.d.ts.map