import { AppSDKOptions, AppSDK } from './SDK';
export * from './Plugin';
export * from './Router';
export * from './SDK';
/**
 * 创建 AppSDK 实例
 */
export declare function createAppSDK(options?: AppSDKOptions): AppSDK;
