import type { QueryHandler } from './utils.js'; /** * SDK handler for `gsd-sdk query prompt-budget`. * * Reads input files, applies the token budget algorithm, writes the trimmed * prompt and metadata to the specified output files, and returns the metadata. * * Throws `GSDError(Validation)` on missing required args or missing files. * Throws `GSDError(Blocked)` when the minimum-set exceeds the effective budget * (hard-fail, exit code 11 — callers that previously relied on exit code 2 from * the CJS fallback path should treat any non-zero exit as "skip reviewer"). */ export declare const promptBudget: QueryHandler; //# sourceMappingURL=prompt-budget.d.ts.map