export declare const BRIDGE_PACKAGE_ROOT: string; export declare function resolveBridgePackageEntryPath(packageName: string, packageRoot?: string): Promise; export declare function importBridgeSdkPackage(packageName: string): Promise;