export declare function loadDynamicJS(url: string): Promise; export declare function __dynamicImport(url: string, options?: { with?: { type?: 'component' | 'tsx' | 'jsx'; }; }): Promise;