import { z } from "zod"; export declare const Profile: z.ZodRecord; export declare const ProfileType: z.ZodEnum<{ catalog: "catalog"; "data-schema": "data-schema"; dataset: "dataset"; "file-dialect": "file-dialect"; "table-schema": "table-schema"; }>; export declare const ProfileRegistry: z.ZodArray; path: z.ZodString; version: z.ZodString; profile: z.ZodRecord; }, z.core.$strip>>; export type Profile = z.infer; export type ProfileType = z.infer; export type ProfileRegistry = z.infer;