export declare const GLOBAL_FLAGS: readonly [{ readonly name: "--config"; readonly type: "string"; readonly description: "Path to config file"; readonly placeholder: ""; }, { readonly name: "--json"; readonly type: "boolean"; readonly description: "Emit machine-readable JSON output"; }, { readonly name: "--table"; readonly type: "string"; readonly description: "Limit command scope to tables by exact name or trailing wildcard prefix"; readonly placeholder: ""; }]; //# sourceMappingURL=global-flags.d.ts.map