export declare const logger: { success(message: string): void; error(message: string): void; info(message: string): void; warn(message: string): void; debug(message: string): void; proxy(port: number, target: string): void; request(method: string, path: string, statusCode?: number, duration?: number): void; }; //# sourceMappingURL=logger.d.ts.map