import { MBVectorTileDecoderOptions, VectorTileDecoderOptions } from '.'; import { BaseVectorTileDecoder } from './index.common'; export declare class VectorTileDecoder extends BaseVectorTileDecoder { createNative(options: VectorTileDecoderOptions): NTVectorTileDecoder; } export declare class MBVectorTileDecoder extends BaseVectorTileDecoder { pack: NTZippedAssetPackage; createNative(options: MBVectorTileDecoderOptions): NTMBVectorTileDecoder; style: string; setStyleParameter(param: string, value: string): void; }