import { z } from "zod";
export declare const AttributeStringSchema: z.ZodType<unknown, unknown, z.core.$ZodTypeInternals<unknown, unknown>>;
export type AttributeString = z.infer<typeof AttributeStringSchema>;
