/** * JSON Schema for Quonfig StoredConfig files. * * This is the machine-readable schema for files in configs/, feature-flags/, * segments/, and log-levels/. Served at api.quonfig.com/schemas/v1/stored-config.json * and printed by `qfg config-schema --json-schema`. * * Derived from the Zod schemas in verify/validate.ts — keep in sync. */ export declare function storedConfigJsonSchema(): object;