/** * Query Command */ import type { Command } from "../types.js"; export declare const QueryCommand: Command; /** * Process query arguments from raw CLI args */ export declare function processQueryArgs(args: string[], command: string, file: string): string; //# sourceMappingURL=query.d.ts.map