import { GraphQLScalarType, GraphQLType } from "graphql"; import { TypeOptions } from "../decorators/types"; export declare function convertTypeIfScalar(type: any): GraphQLScalarType | undefined; export declare function wrapWithTypeOptions(type: T, typeOptions?: TypeOptions): T; export declare function convertToType(Target: any, data?: object): object | undefined; export declare function getEnumValuesMap(enumObject: T): any; //# sourceMappingURL=types.d.ts.map