#!/usr/bin/env node export declare function xyzToGeoJSON({ input, output, }?: { input?: (NodeJS.ReadStream & { fd: 0; }) | undefined; output?: (NodeJS.WriteStream & { fd: 1; }) | undefined; }): Promise; //# sourceMappingURL=cli.d.ts.map