import type { TextureWithExtent } from './GeotiffParser'; declare function parse(data: any, options: any): Promise; declare const _default: { parse: typeof parse; }; export default _default;