/**
 * Generate Python code example with models from YAML
 */
export declare function generatePythonExample(): string;
/**
 * Generate TypeScript code example with models from YAML
 */
export declare function generateTypeScriptExample(): string;
//# sourceMappingURL=model-examples.d.ts.map