/** * Default performance budget definitions for goodvibes-sdk. * * Measurable budgets for frame latency, * event throughput, tool executor overhead, memory growth, and * compaction latency. */ import type { PerfBudget } from './types.js'; /** * The default set of performance budgets applied in CI. * * These represent acceptable operational thresholds. Any metric that * consistently exceeds its budget beyond the tolerance window will * cause CI to fail. */ export declare const DEFAULT_BUDGETS: PerfBudget[]; //# sourceMappingURL=budgets.d.ts.map