type FuncTypes = 0 | 1 | 2 | 3 | 4 | 5 | 6; export declare const getTypeFunc: (type: FuncTypes) => StringConstructor | NumberConstructor; export {};