/// import P from "pino"; interface Config { logger: P.Logger; } export declare const App: (config: Config) => Express.Application; export {};