import { KeyValue, Next, Context } from ".."; export declare type ResolveFunction = (args: ArgsType, context: Context, next: Next) => Promise | ReturnType;