export const loader: WeakMap; export function loadProgress(self: any, progress: any, interpreter: any, config: any, baseURL: any): Promise; export function registerJSModule(interpreter: any, name: any, value: any): void; export function getFormat(path: any, url: any): string; export function run(interpreter: any, code: any, ...args: any[]): any; export function runAsync(interpreter: any, code: any, ...args: any[]): Promise; export function runEvent(interpreter: any, code: any, event: any): Promise;