import * as arktype_internal_methods_object_ts0 from "arktype/internal/methods/object.ts";
//#region index.d.ts
declare const FRUITS: readonly ["apple", "banana", "cherry"];
type Fruit = (typeof FRUITS)[number];
declare const FoodSchema: arktype_internal_methods_object_ts0.ObjectType<{
fruit: "apple" | "banana" | "cherry";
}, {}>;
type Food = typeof FoodSchema.infer;
//# sourceMappingURL=index.d.ts.map
//#endregion
export { FRUITS, Food, FoodSchema, Fruit };
//# sourceMappingURL=index.d.mts.map
import * as arktype_internal_methods_object_ts0 from "arktype/internal/methods/object.ts";
//#region index.d.ts
declare const FRUITS: readonly ["apple", "banana", "cherry"];
type Fruit = (typeof FRUITS)[number];
declare const FoodSchema: arktype_internal_methods_object_ts0.ObjectType<{
fruit: "apple" | "banana" | "cherry";
}, {}>;
type Food = typeof FoodSchema.infer;
//# sourceMappingURL=index.d.ts.map
//#endregion
export { FRUITS, Food, FoodSchema, Fruit };
//# sourceMappingURL=index.d.mts.map