import type { LogContext } from '@rocicorp/logger'; export declare function newApp(adminPw: string, lc: LogContext): import("express-serve-static-core").Express;