export declare const ExtensionClient: { init(): { fetchData(): Promise; loaded(): void; }; }; export declare const ExtensionContainer: any;