import { ApiSchema } from '../api';
export default function (ctx: ApiSchema, next: any): Promise<any>;
