/**
 * Builds a deterministic sample value satisfying a JSON Schema, used by the
 * mock model to populate a `final_output` tool call in tests.
 */
export declare function createJsonSchemaSample(schema: unknown): unknown;
