import { GraphQLServiceContext } from '../typings'; declare function graphqlUploadKoaMiddleware(ctx: GraphQLServiceContext, next: () => Promise): Promise; export declare const upload: typeof graphqlUploadKoaMiddleware; export {};