declare const generateKey: (kind: string, name: string) => string; declare const splitKey: (key: string) => string[]; declare const split: (p: string, delimiter: string) => string[]; declare const Utils_generateKey: typeof generateKey; declare const Utils_split: typeof split; declare const Utils_splitKey: typeof splitKey; declare namespace Utils { export { Utils_generateKey as generateKey, Utils_split as split, Utils_splitKey as splitKey }; } export { Utils as U, splitKey as a, generateKey as g, split as s };