export declare function detectStatus(err: any): any; export declare function accepts(ctx: any): "json" | "html"; export declare function sendToWormhole(stream: any): Promise; export declare function isProduction(app: any): boolean; export declare const tpl = "\n\n\n \n Error - {{status}}\n \n\n \n \n \n
\n

Error

\n

Looks like something broke!

\n

Stack

\n
\n        \n{{stack}}\n        \n      
\n

Error Code

\n
\n        \n{{errorCode}}\n        \n      
\n
\n \n"; /** * Escape special characters in the given string of text. * * @param {string} string The string to escape for inserting into HTML * @return {string} * @public */ export declare function escapeHtml(string: any): string; export declare function getFreePort(): Promise; //# sourceMappingURL=utils.d.ts.map