/** Copyright (c) 2018 Uber Technologies, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * */ import FusionApp from 'fusion-core'; import type { Context } from 'fusion-core'; export declare const request: (app: FusionApp) => (url: string, options?: any) => Promise; export declare const render: (app: FusionApp) => (url: string, options?: any) => Promise; export default function simulate(app: FusionApp, ctx: Context): Promise; //# sourceMappingURL=simulate.d.ts.map