export default function generator(prefix: string): (method: string) => string | number | null;
