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