///
import type { PrismaClient, Prisma } from '@prisma/client';
export declare function resetDB(prisma: PrismaClient): Promise;
export declare const TEST_PW = "test pw";
export declare function newAppForTest(): import("express-serve-static-core").Express;
export declare function s(obj: unknown): string;
export declare function apiVersionTest(version: string, app: Express.Application, path: string, req: any, expStatus: number, expError: string): Promise;