import { ClickhouseTableName } from "./schema"; export declare const isValidTableName: (tableName: string) => tableName is ClickhouseTableName; export type IngestionEntityTypes = "trace" | "observation" | "score" | "sdk_log" | "dataset_run_item"; export declare const getClickhouseEntityType: (eventType: string) => IngestionEntityTypes; //# sourceMappingURL=schemaUtils.d.ts.map