export { default as simpleExample } from "./simpleExample";
export { default as ecommerceTransactions } from "./ecommerceTransactions";
export { default as stockPrices } from "./stockPrices";
export { default as contentTracking } from "./contentTracking";
export { default as webAnalytics } from "./webAnalytics";
export { default as logAnalytics } from "./logAnalytics";
export { default as flappybird } from "./flappybird";
export { default as sportsbetting } from "./sportsbetting";
export { default as flightBookings } from "./flightBookings";
import { Schema } from "../types";
export declare const presetSchemas: Record<string, Schema>;
export declare const PRESET_SCHEMA_NAMES: string[];
//# sourceMappingURL=index.d.ts.map