export declare function evalEsmModule(code: string): Promise<any>;
export declare function codeToUrl(code: string): string;
