import type { ITYPES } from "../publicApi";
export declare function symbolToTypesKeyFactory(TYPES: ITYPES): (symbol: symbol) => string;
