import { GraphQLType } from 'graphql'; export declare type BaseFields = { id?: { type: GraphQLType; }; createdAt?: { type: GraphQLType; }; updatedAt?: { type: GraphQLType; }; };