export declare const baseTypes: Record; export declare const basicTypesTestPayload: Record; export declare const getTypeValue: (type: string) => string | undefined; export declare const isArrayType: (type: string) => boolean; export declare const isPrimitiveType: (type: string) => boolean;