import { Context } from '@tego/server';
export declare function submit(context: Context, next: any): Promise<never>;
