import { DecoderPool } from '@developmentseed/geotiff'; export declare function createDecoderPool(source?: string, size?: number): DecoderPool; export declare function decoderPool(): DecoderPool;