import type { InferOutput } from "valibot"; export declare const ENTRYPOINT_OPTION_SCHEMA: import("valibot").StrictObjectSchema<{ readonly entryPoint: import("valibot").OptionalSchema, import("valibot").DescriptionAction]>, undefined>; }, undefined>; export type EntryPointOption = InferOutput; export declare const TAILWIND_OPTION_SCHEMA: import("valibot").StrictObjectSchema<{ readonly tailwindConfig: import("valibot").OptionalSchema, import("valibot").DescriptionAction]>, undefined>; }, undefined>; export type TailwindConfigOption = InferOutput; export declare const TSCONFIG_OPTION_SCHEMA: import("valibot").StrictObjectSchema<{ readonly tsconfig: import("valibot").OptionalSchema, import("valibot").DescriptionAction]>, undefined>; }, undefined>; export type TSConfigOption = InferOutput; export declare const MESSAGE_STYLE_OPTION_SCHEMA: import("valibot").StrictObjectSchema<{ readonly messageStyle: import("valibot").OptionalSchema, import("valibot").LiteralSchema<"compact", undefined>, import("valibot").LiteralSchema<"raw", undefined>], undefined>, import("valibot").DescriptionAction<"visual" | "compact" | "raw", "How linting messages are displayed.">]>, "visual" | "compact">; }, undefined>; export type MessageStyleOption = InferOutput; export declare const DETECT_COMPONENT_CLASSES_OPTION_SCHEMA: import("valibot").StrictObjectSchema<{ readonly detectComponentClasses: import("valibot").OptionalSchema, import("valibot").DescriptionAction]>, false>; }, undefined>; export type DetectComponentClassesOption = InferOutput; export declare const ROOT_FONT_SIZE_OPTION_SCHEMA: import("valibot").StrictObjectSchema<{ readonly rootFontSize: import("valibot").OptionalSchema, import("valibot").DescriptionAction]>, undefined>; }, undefined>; export type RootFontSizeOption = InferOutput; export declare const CWD_OPTION_SCHEMA: import("valibot").StrictObjectSchema<{ readonly cwd: import("valibot").OptionalSchema, import("valibot").DescriptionAction]>, undefined>; }, undefined>; export type CwdOption = InferOutput; //# sourceMappingURL=common.d.ts.map