/// import { APIDef } from '@rondo.dev/common'; import { ServerBootstrap } from './application'; import { TestUtils } from './test-utils'; export declare const exit: jest.Mock; export declare const bootstrap: ServerBootstrap; export declare const test: TestUtils; export declare const request: (baseUrl?: string) => import("./test-utils").RequestTester; //# sourceMappingURL=test.d.ts.map