import { type Router } from 'express';
import supertest from 'supertest';
export declare function createTestApp(router: Router): supertest.Agent;
