import proj4 from 'proj4';
/**
 * Returns a coordinate converter from the specified source and destination CRSes.
 */
export declare function getConverter(crsIn: string, crsOut: string): proj4.Converter;
//# sourceMappingURL=ProjectionCache.d.ts.map