/**
 * Example usage of the exported schema types
 */
import { Api, Product, Plan } from './api-model-kinds-exports.js';
declare const createApiExample: () => Api;
declare const createProductExample: () => Product;
declare const createPlanExample: () => Plan;
export { createApiExample, createProductExample, createPlanExample };
//# sourceMappingURL=api-model-kinds-example.d.ts.map