import { ProjectionClass } from '.';
import { EPSG4326Options } from './epsg4326';
export declare class EPSG4326 extends ProjectionClass<any, NTEPSG4326, EPSG4326Options> {
    createNative(): NTEPSG4326;
}
