export declare function runCommand(userInput: string): void; export declare function evaluate(code: string): any; export declare function renderHtml(el: HTMLElement, content: string): void; export declare function getUser(db: any, userId: string): any;