export declare namespace $types { function isFixedArray(type: string): boolean; function isDynamicArray(type: string): boolean; function isArray(type: string): boolean; function isStruct(type: string): boolean; function isMapping(type: string): boolean; function sizeOf(type: string): any; }