/** * 通过类型获得 Coord 类 * @param type */ export declare const getCRS: (type: string) => any;