export type ResolverType = (a: any, b: (c: any) => any) => any;