import { NodesetMeta, NodesetName } from "./nodeset_catalog"; export declare function constructNodesetFilename(filename: string): string; export declare const nodesets: Record; export interface NodeSetMetaSummary { packageName: string; uri: string; xmlFile: string; } export declare function makeNodeSetEntry(meta: NodesetMeta): NodeSetMetaSummary; export declare const allNodesetMeta: NodeSetMetaSummary[];