import { SandboxPlugin } from './sandbox-plugin'; export default class SandboxSDK extends SandboxPlugin { init(): Promise; registerCoreFeatures(): Promise; registerSDK(): Promise; _log(...args: string[]): void; }