declare class NativeAsset { private nativeAsset; constructor(); set(asset: string): void; get(): string; } declare const nativeAsset: NativeAsset; export { nativeAsset };