import { Ctx } from "../Classes/Ctx";
import { ICtxSelf } from "../Common/Types";
declare const _default: (self: ICtxSelf, runMiddlewares: (ctx: Ctx, index?: number) => Promise<boolean>) => Promise<void>;
export = _default;
//# sourceMappingURL=Commands.d.ts.map