#!/usr/bin/env node /** * lt-data CLI - Query Lithuanian Open Data from the command line * * Usage: * lt-data [options] * * Commands: * query Query data from a dataset * list [namespace] List namespaces and models * search Search for datasets * describe Show model schema * count Count records * get Get single record by ID * types Generate TypeScript types * mcp Start MCP server */ export {}; //# sourceMappingURL=data.d.ts.map