export declare type GraphQLTypeNames = 'String' | 'Int' | 'Float' | 'Boolean' | 'ID'; export declare type IDTypeMapping = 'string' | 'number' | 'both';