declare function getUser(req: { query: { id: string; }; }): void; declare function updateContent(userInput: string): void; declare function runCode(code: string): any; export { getUser, updateContent, runCode }; //# sourceMappingURL=bad-code.d.ts.map