import { ITYPES } from "../publicApi";
export declare const namesFactory: <T extends ITYPES>() => <N extends keyof T>(name: N) => N;
