export declare const getPrimitiveType: (arg: any) => StringConstructor | BooleanConstructor | NumberConstructor;
