/** * Safely fetch fields from a type. */ export function safeGetFields(type: any): any; /** * Wrap *all* resolvers in a schema. */ export function wrapResolvers(schema: any, wrapper: any): any;