import * as z from "zod"; export declare const selectConfigSchema: z.ZodArray; export type SelectConfig = z.infer;