export declare const INTEGER_TYPES: Set<string>;
export declare const SIMPLE_TYPES: Set<string>;
export declare function normalizeType(type: string): string;
//# sourceMappingURL=primitiveTypes.d.ts.map