import { z } from 'zod'; export declare const DISPLAY_COMPONENT_TO_RENDER: z.ZodObject<{ methodName: z.ZodString; label: z.ZodString; props: z.ZodAny; propsMeta: z.ZodOptional; isStateful: z.ZodDefault>; }, "strip", z.ZodTypeAny, { props?: any; propsMeta?: any; methodName: string; label: string; isStateful: boolean; }, { props?: any; propsMeta?: any; isStateful?: boolean | undefined; methodName: string; label: string; }>; export declare type DisplayComponentToRender = z.infer; export declare const INPUT_COMPONENT_TO_RENDER: z.ZodObject; isStateful: z.ZodDefault>; }, { isMultiple: z.ZodDefault>; isOptional: z.ZodDefault>; validationErrorMessage: z.ZodNullable>; multipleProps: z.ZodNullable>>; }, "strip", z.ZodTypeAny, { defaultValue?: any[] | null | undefined; }, { defaultValue?: any[] | null | undefined; }>>>; }>, "strip", z.ZodTypeAny, { props?: any; propsMeta?: any; validationErrorMessage?: string | null | undefined; multipleProps?: { defaultValue?: any[] | null | undefined; } | null | undefined; methodName: string; label: string; isStateful: boolean; isMultiple: boolean; isOptional: boolean; }, { props?: any; propsMeta?: any; isStateful?: boolean | undefined; isMultiple?: boolean | undefined; isOptional?: boolean | undefined; validationErrorMessage?: string | null | undefined; multipleProps?: { defaultValue?: any[] | null | undefined; } | null | undefined; methodName: string; label: string; }>; export declare const COMPONENT_TO_RENDER: z.ZodObject; isStateful: z.ZodDefault>; }, { isMultiple: z.ZodDefault>; isOptional: z.ZodDefault>; validationErrorMessage: z.ZodNullable>; multipleProps: z.ZodNullable>>; }, "strip", z.ZodTypeAny, { defaultValue?: any[] | null | undefined; }, { defaultValue?: any[] | null | undefined; }>>>; }>, "strip", z.ZodTypeAny, { props?: any; propsMeta?: any; validationErrorMessage?: string | null | undefined; multipleProps?: { defaultValue?: any[] | null | undefined; } | null | undefined; methodName: string; label: string; isStateful: boolean; isMultiple: boolean; isOptional: boolean; }, { props?: any; propsMeta?: any; isStateful?: boolean | undefined; isMultiple?: boolean | undefined; isOptional?: boolean | undefined; validationErrorMessage?: string | null | undefined; multipleProps?: { defaultValue?: any[] | null | undefined; } | null | undefined; methodName: string; label: string; }>; export declare type ComponentToRender = z.infer; export declare const DISPLAY_RENDER: z.ZodObject<{ id: z.ZodString; inputGroupKey: z.ZodString; toRender: z.ZodArray; isStateful: z.ZodDefault>; }, "strip", z.ZodTypeAny, { props?: any; propsMeta?: any; methodName: string; label: string; isStateful: boolean; }, { props?: any; propsMeta?: any; isStateful?: boolean | undefined; methodName: string; label: string; }>, "many">; kind: z.ZodLiteral<"RENDER">; }, "strip", z.ZodTypeAny, { id: string; inputGroupKey: string; toRender: { props?: any; propsMeta?: any; methodName: string; label: string; isStateful: boolean; }[]; kind: "RENDER"; }, { id: string; inputGroupKey: string; toRender: { props?: any; propsMeta?: any; isStateful?: boolean | undefined; methodName: string; label: string; }[]; kind: "RENDER"; }>; export declare type ButtonTheme = 'primary' | 'secondary' | 'danger'; export declare const IO_RENDER: z.ZodObject<{ id: z.ZodString; inputGroupKey: z.ZodString; toRender: z.ZodArray; isStateful: z.ZodDefault>; }, { isMultiple: z.ZodDefault>; isOptional: z.ZodDefault>; validationErrorMessage: z.ZodNullable>; multipleProps: z.ZodNullable>>; }, "strip", z.ZodTypeAny, { defaultValue?: any[] | null | undefined; }, { defaultValue?: any[] | null | undefined; }>>>; }>, "strip", z.ZodTypeAny, { props?: any; propsMeta?: any; validationErrorMessage?: string | null | undefined; multipleProps?: { defaultValue?: any[] | null | undefined; } | null | undefined; methodName: string; label: string; isStateful: boolean; isMultiple: boolean; isOptional: boolean; }, { props?: any; propsMeta?: any; isStateful?: boolean | undefined; isMultiple?: boolean | undefined; isOptional?: boolean | undefined; validationErrorMessage?: string | null | undefined; multipleProps?: { defaultValue?: any[] | null | undefined; } | null | undefined; methodName: string; label: string; }>, "many">; validationErrorMessage: z.ZodNullable>; choiceButtons: z.ZodNullable>; }, "strip", z.ZodTypeAny, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; value: string; label: string; }, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; value: string; label: string; }>, "many">>>; continueButton: z.ZodOptional; theme: z.ZodOptional>; }, "strip", z.ZodTypeAny, { label?: string | undefined; theme?: "default" | "primary" | "secondary" | "danger" | undefined; }, { label?: string | undefined; theme?: "default" | "primary" | "secondary" | "danger" | undefined; }>>; kind: z.ZodLiteral<"RENDER">; }, "strip", z.ZodTypeAny, { validationErrorMessage?: string | null | undefined; choiceButtons?: { theme?: "default" | "primary" | "secondary" | "danger" | undefined; value: string; label: string; }[] | null | undefined; continueButton?: { label?: string | undefined; theme?: "default" | "primary" | "secondary" | "danger" | undefined; } | undefined; id: string; inputGroupKey: string; toRender: { props?: any; propsMeta?: any; validationErrorMessage?: string | null | undefined; multipleProps?: { defaultValue?: any[] | null | undefined; } | null | undefined; methodName: string; label: string; isStateful: boolean; isMultiple: boolean; isOptional: boolean; }[]; kind: "RENDER"; }, { validationErrorMessage?: string | null | undefined; choiceButtons?: { theme?: "default" | "primary" | "secondary" | "danger" | undefined; value: string; label: string; }[] | null | undefined; continueButton?: { label?: string | undefined; theme?: "default" | "primary" | "secondary" | "danger" | undefined; } | undefined; id: string; inputGroupKey: string; toRender: { props?: any; propsMeta?: any; isStateful?: boolean | undefined; isMultiple?: boolean | undefined; isOptional?: boolean | undefined; validationErrorMessage?: string | null | undefined; multipleProps?: { defaultValue?: any[] | null | undefined; } | null | undefined; methodName: string; label: string; }[]; kind: "RENDER"; }>; export declare const IO_RESPONSE: z.ZodObject<{ id: z.ZodString; inputGroupKey: z.ZodOptional; transactionId: z.ZodString; kind: z.ZodUnion<[z.ZodLiteral<"RETURN">, z.ZodLiteral<"SET_STATE">, z.ZodLiteral<"CANCELED">]>; choice: z.ZodOptional; values: z.ZodArray; valuesMeta: z.ZodOptional; }, "strip", z.ZodTypeAny, { inputGroupKey?: string | undefined; choice?: string | undefined; valuesMeta?: any; values: any[]; id: string; kind: "RETURN" | "SET_STATE" | "CANCELED"; transactionId: string; }, { inputGroupKey?: string | undefined; choice?: string | undefined; valuesMeta?: any; values: any[]; id: string; kind: "RETURN" | "SET_STATE" | "CANCELED"; transactionId: string; }>; export declare type T_IO_RENDER = z.infer; export declare type T_IO_RENDER_INPUT = z.input; export declare type T_DISPLAY_RENDER = z.infer; export declare type T_DISPLAY_RENDER_INPUT = z.input; export declare type T_IO_RESPONSE = z.infer; export declare type T_IO_RESPONSE_KIND = T_IO_RESPONSE['kind']; export declare const typeValue: z.ZodEnum<["string", "string?", "number", "number?", "boolean", "boolean?"]>; export declare type TypeValue = z.infer; export declare const primitiveValue: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; export declare type Literal = boolean | null | number | string | Date | undefined; declare type KeyValue = Literal | { [key: string]: KeyValue; } | KeyValue[] | object; export declare const labelValue: z.ZodObject<{ label: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; }, "passthrough", z.ZodTypeAny, { value: string | number | boolean | Date; label: string | number | boolean | Date; }, { value: string | number | boolean | Date; label: string | number | boolean | Date; }>; export declare type LabelValue = z.infer; export declare const deserializableSchema: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodUndefined]>; export declare type Deserializable = z.infer; export declare const deserializableRecord: z.ZodRecord>; export declare type DeserializableRecord = z.infer; export declare const serializableSchema: z.ZodUnion<[z.ZodUnion<[z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodUndefined]>, z.ZodDate]>, z.ZodBigInt]>; export declare type Serializable = z.infer; export declare const serializableRecord: z.ZodRecord, z.ZodDate]>, z.ZodBigInt]>>; export declare type SerializableRecord = z.infer; export declare const imageSize: z.ZodEnum<["thumbnail", "small", "medium", "large"]>; export declare type ImageSize = z.infer; export declare const imageSchema: z.ZodObject<{ alt: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>; export declare type ImageSchema = z.infer; export declare const richSelectOption: z.ZodObject<{ label: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "passthrough", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }>; export declare type RichSelectOption = z.infer; export declare const highlightColor: z.ZodEnum<["red", "orange", "yellow", "green", "blue", "purple", "pink", "gray"]>; export declare type HighlightColor = z.infer; export declare const advancedPrimitive: z.ZodObject<{ label: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; }, { params?: Record | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; }>; export declare const tableRowValue: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodNull, z.ZodDate, z.ZodUndefined, z.ZodBigInt, z.ZodObject<{ label: z.ZodOptional; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>; export declare const tableRow: z.ZodRecord; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>, z.ZodAny]>>; export declare const menuItem: z.ZodIntersection>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>; export declare const buttonItem: z.ZodIntersection>; }, "strip", z.ZodTypeAny, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; }, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>; export declare const linkSchema: z.ZodUnion<[z.ZodObject<{ url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; }, { url: string; }>, z.ZodObject<{ route: z.ZodString; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; route: string; }, { params?: Record | undefined; route: string; }>]>; export declare type LinkProps = z.infer; export declare const legacyLinkSchema: z.ZodUnion<[z.ZodUnion<[z.ZodObject<{ url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; }, { url: string; }>, z.ZodObject<{ route: z.ZodString; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; route: string; }, { params?: Record | undefined; route: string; }>]>, z.ZodObject<{ action: z.ZodString; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; action: string; }, { params?: Record | undefined; action: string; }>]>; export declare type LegacyLinkProps = z.infer; export declare const internalTableRow: z.ZodObject<{ key: z.ZodString; data: z.ZodRecord; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>, z.ZodAny]>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }>; export declare const internalTableColumn: z.ZodObject<{ label: z.ZodString; accessorKey: z.ZodOptional; }, "strip", z.ZodTypeAny, { accessorKey?: string | undefined; label: string; }, { accessorKey?: string | undefined; label: string; }>; export declare const gridItem: z.ZodObject<{ label: z.ZodOptional>; description: z.ZodOptional>; image: z.ZodOptional>; alt: z.ZodOptional; fit: z.ZodOptional>; aspectRatio: z.ZodOptional; }, "strip", z.ZodTypeAny, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }>>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; url: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; }, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; }>; export declare const backwardCompatibleGridItem: z.ZodObject>; description: z.ZodOptional>; image: z.ZodOptional>; alt: z.ZodOptional; fit: z.ZodOptional>; aspectRatio: z.ZodOptional; }, "strip", z.ZodTypeAny, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }>>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; url: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, { title: z.ZodOptional>; }>, "strip", z.ZodTypeAny, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }>; export declare const internalGridItem: z.ZodObject<{ data: z.ZodObject>; description: z.ZodOptional>; image: z.ZodOptional>; alt: z.ZodOptional; fit: z.ZodOptional>; aspectRatio: z.ZodOptional; }, "strip", z.ZodTypeAny, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }>>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; url: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, { title: z.ZodOptional>; }>, "strip", z.ZodTypeAny, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }>; key: z.ZodString; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }, { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }>; export declare type GridItem = z.input; export declare type BackwardCompatibleGridItem = z.input; export declare type InternalGridItem = z.infer; export declare const CURRENCIES: readonly ["USD", "CAD", "EUR", "GBP", "AUD", "CNY", "JPY"]; export declare const currencyCode: z.ZodEnum<["USD", "CAD", "EUR", "GBP", "AUD", "CNY", "JPY"]>; export declare type CurrencyCode = z.infer; export declare const dateObject: z.ZodObject<{ year: z.ZodNumber; month: z.ZodNumber; day: z.ZodNumber; }, "strip", z.ZodTypeAny, { year: number; month: number; day: number; }, { year: number; month: number; day: number; }>; export declare type DateObject = z.infer; export declare const timeObject: z.ZodObject<{ hour: z.ZodNumber; minute: z.ZodNumber; }, "strip", z.ZodTypeAny, { hour: number; minute: number; }, { hour: number; minute: number; }>; export declare type TimeObject = z.infer; export declare const dateTimeObject: z.ZodObject, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>; export declare type DateTimeObject = z.infer; /** * Any methods with an `immediate` property defined (at all, not just truthy) * will resolve immediately when awaited. */ export declare function resolvesImmediately(methodName: T_IO_METHOD_NAMES, { displayResolvesImmediately, }?: { displayResolvesImmediately?: boolean; }): boolean; export declare function supportsMultiple(methodName: T_IO_METHOD_NAMES): boolean; export declare const metaItemSchema: z.ZodObject<{ label: z.ZodString; value: z.ZodOptional, z.ZodBigInt]>>>>; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; route: z.ZodOptional; action: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; error: z.ZodNullable>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }, { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }>; declare const DISPLAY_SCHEMA: { DISPLAY_CODE: { props: z.ZodObject<{ code: z.ZodString; language: z.ZodOptional; }, "strip", z.ZodTypeAny, { language?: string | undefined; code: string; }, { language?: string | undefined; code: string; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_HEADING: { props: z.ZodObject<{ level: z.ZodOptional, z.ZodLiteral<3>, z.ZodLiteral<4>]>>; description: z.ZodOptional; menuItems: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; }, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; }, "strip", z.ZodTypeAny, { description?: string | undefined; level?: 2 | 3 | 4 | undefined; menuItems?: ({ theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; }, { description?: string | undefined; level?: 2 | 3 | 4 | undefined; menuItems?: ({ theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_METADATA: { props: z.ZodObject<{ data: z.ZodArray, z.ZodBigInt]>>>>; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; route: z.ZodOptional; action: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; error: z.ZodNullable>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }, { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }>, "many">; layout: z.ZodDefault>>; }, "strip", z.ZodTypeAny, { data: { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }[]; layout: "grid" | "list" | "card"; }, { layout?: "grid" | "list" | "card" | undefined; data: { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }[]; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_MARKDOWN: { props: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_HTML: { props: z.ZodObject<{ html: z.ZodString; }, "strip", z.ZodTypeAny, { html: string; }, { html: string; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_IMAGE: { props: z.ZodObject<{ alt: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_LINK: { props: z.ZodIntersection>; }, "strip", z.ZodTypeAny, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; }, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; }>, z.ZodUnion<[z.ZodObject<{ href: z.ZodString; }, "strip", z.ZodTypeAny, { href: string; }, { href: string; }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{ url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; }, { url: string; }>, z.ZodObject<{ route: z.ZodString; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; route: string; }, { params?: Record | undefined; route: string; }>]>, z.ZodObject<{ action: z.ZodString; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; action: string; }, { params?: Record | undefined; action: string; }>]>]>>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_OBJECT: { props: z.ZodObject<{ data: z.ZodType; }, "strip", z.ZodTypeAny, { data?: KeyValue; }, { data?: KeyValue; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_GRID: { props: z.ZodObject<{ data: z.ZodArray>; description: z.ZodOptional>; image: z.ZodOptional>; alt: z.ZodOptional; fit: z.ZodOptional>; aspectRatio: z.ZodOptional; }, "strip", z.ZodTypeAny, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }>>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; url: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, { title: z.ZodOptional>; }>, "strip", z.ZodTypeAny, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }>; key: z.ZodString; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }, { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }>, "many">; idealColumnWidth: z.ZodOptional; defaultPageSize: z.ZodOptional; helpText: z.ZodOptional; isFilterable: z.ZodDefault; totalRecords: z.ZodOptional; isAsync: z.ZodOptional>; }, "strip", z.ZodTypeAny, { idealColumnWidth?: number | undefined; defaultPageSize?: number | undefined; helpText?: string | undefined; totalRecords?: number | undefined; isAsync?: boolean | undefined; data: { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }[]; isFilterable: boolean; }, { idealColumnWidth?: number | undefined; defaultPageSize?: number | undefined; helpText?: string | undefined; isFilterable?: boolean | undefined; totalRecords?: number | undefined; isAsync?: boolean | undefined; data: { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodOptional; offset: z.ZodDefault; pageSize: z.ZodNumber; }, "strip", z.ZodTypeAny, { queryTerm?: string | undefined; offset: number; pageSize: number; }, { queryTerm?: string | undefined; offset?: number | undefined; pageSize: number; }>; returns: z.ZodNull; }; DISPLAY_TABLE: { props: z.ZodObject<{ helpText: z.ZodOptional; columns: z.ZodArray; }, "strip", z.ZodTypeAny, { accessorKey?: string | undefined; label: string; }, { accessorKey?: string | undefined; label: string; }>, "many">; data: z.ZodArray; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>, z.ZodAny]>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }>, "many">; orientation: z.ZodDefault>; defaultPageSize: z.ZodOptional; isSortable: z.ZodDefault; isFilterable: z.ZodDefault; totalRecords: z.ZodOptional; isAsync: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultPageSize?: number | undefined; helpText?: string | undefined; totalRecords?: number | undefined; isAsync?: boolean | undefined; data: { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }[]; isFilterable: boolean; columns: { accessorKey?: string | undefined; label: string; }[]; orientation: "vertical" | "horizontal"; isSortable: boolean; }, { defaultPageSize?: number | undefined; helpText?: string | undefined; isFilterable?: boolean | undefined; totalRecords?: number | undefined; isAsync?: boolean | undefined; orientation?: "vertical" | "horizontal" | undefined; isSortable?: boolean | undefined; data: { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }[]; columns: { accessorKey?: string | undefined; label: string; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodOptional; sortColumn: z.ZodOptional; sortDirection: z.ZodOptional>; offset: z.ZodDefault; pageSize: z.ZodNumber; }, "strip", z.ZodTypeAny, { queryTerm?: string | undefined; sortColumn?: string | undefined; sortDirection?: "asc" | "desc" | undefined; offset: number; pageSize: number; }, { queryTerm?: string | undefined; offset?: number | undefined; sortColumn?: string | undefined; sortDirection?: "asc" | "desc" | undefined; pageSize: number; }>; returns: z.ZodNull; }; DISPLAY_PROGRESS_STEPS: { props: z.ZodObject<{ steps: z.ZodObject<{ completed: z.ZodNumber; total: z.ZodNumber; }, "strip", z.ZodTypeAny, { completed: number; total: number; }, { completed: number; total: number; }>; currentStep: z.ZodOptional; subTitle: z.ZodOptional; }, "strip", z.ZodTypeAny, { currentStep?: string | undefined; subTitle?: string | undefined; steps: { completed: number; total: number; }; }, { currentStep?: string | undefined; subTitle?: string | undefined; steps: { completed: number; total: number; }; }>; state: z.ZodNull; returns: z.ZodNull; immediate: boolean; }; DISPLAY_PROGRESS_INDETERMINATE: { props: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; state: z.ZodNull; returns: z.ZodNull; immediate: boolean; }; DISPLAY_PROGRESS_THROUGH_LIST: { props: z.ZodObject<{ items: z.ZodArray; }, "strip", z.ZodTypeAny, { label: string; isComplete: boolean; resultDescription: string | null; }, { label: string; isComplete: boolean; resultDescription: string | null; }>, "many">; }, "strip", z.ZodTypeAny, { items: { label: string; isComplete: boolean; resultDescription: string | null; }[]; }, { items: { label: string; isComplete: boolean; resultDescription: string | null; }[]; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_VIDEO: { props: z.ZodObject<{ width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; loop: z.ZodOptional; muted: z.ZodOptional; }, "strip", z.ZodTypeAny, { width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; loop?: boolean | undefined; muted?: boolean | undefined; url: string; }, { width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; loop?: boolean | undefined; muted?: boolean | undefined; url: string; }>; state: z.ZodNull; returns: z.ZodNull; }; }; declare const INPUT_SCHEMA: { INPUT_TEXT: { props: z.ZodObject<{ helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; multiline: z.ZodOptional; lines: z.ZodOptional; minLength: z.ZodOptional; maxLength: z.ZodOptional; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; multiline?: boolean | undefined; lines?: number | undefined; minLength?: number | undefined; maxLength?: number | undefined; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; multiline?: boolean | undefined; lines?: number | undefined; minLength?: number | undefined; maxLength?: number | undefined; }>; state: z.ZodNull; returns: z.ZodString; }; INPUT_EMAIL: { props: z.ZodObject<{ helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; }>; state: z.ZodNull; returns: z.ZodString; }; INPUT_NUMBER: { props: z.ZodObject<{ min: z.ZodOptional; max: z.ZodOptional; prepend: z.ZodOptional; helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; decimals: z.ZodOptional; currency: z.ZodOptional>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: number | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; min?: number | undefined; max?: number | undefined; prepend?: string | undefined; decimals?: number | undefined; currency?: "USD" | "CAD" | "EUR" | "GBP" | "AUD" | "CNY" | "JPY" | undefined; }, { defaultValue?: number | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; min?: number | undefined; max?: number | undefined; prepend?: string | undefined; decimals?: number | undefined; currency?: "USD" | "CAD" | "EUR" | "GBP" | "AUD" | "CNY" | "JPY" | undefined; }>; state: z.ZodNull; returns: z.ZodNumber; }; INPUT_SLIDER: { props: z.ZodObject<{ min: z.ZodNumber; max: z.ZodNumber; step: z.ZodOptional; helpText: z.ZodOptional; defaultValue: z.ZodNullable>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: number | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; step?: number | undefined; min: number; max: number; }, { defaultValue?: number | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; step?: number | undefined; min: number; max: number; }>; state: z.ZodNull; returns: z.ZodNumber; }; INPUT_URL: { props: z.ZodObject<{ helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; allowedProtocols: z.ZodDefault>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; allowedProtocols: string[]; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; allowedProtocols?: string[] | undefined; }>; state: z.ZodNull; returns: z.ZodString; }; INPUT_BOOLEAN: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodEffects>, boolean, boolean | null | undefined>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; helpText?: string | undefined; defaultValue: boolean; }, { defaultValue?: boolean | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; }>; state: z.ZodNull; returns: z.ZodBoolean; }; INPUT_RICH_TEXT: { props: z.ZodObject<{ helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; }>; state: z.ZodNull; returns: z.ZodString; }; INPUT_DATE: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodNullable>>; min: z.ZodOptional>; max: z.ZodOptional>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: { year: number; month: number; day: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { year: number; month: number; day: number; } | undefined; max?: { year: number; month: number; day: number; } | undefined; }, { defaultValue?: { year: number; month: number; day: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { year: number; month: number; day: number; } | undefined; max?: { year: number; month: number; day: number; } | undefined; }>; state: z.ZodNull; returns: z.ZodObject<{ year: z.ZodNumber; month: z.ZodNumber; day: z.ZodNumber; }, "strip", z.ZodTypeAny, { year: number; month: number; day: number; }, { year: number; month: number; day: number; }>; }; INPUT_TIME: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodNullable>>; min: z.ZodOptional>; max: z.ZodOptional>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: { hour: number; minute: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { hour: number; minute: number; } | undefined; max?: { hour: number; minute: number; } | undefined; }, { defaultValue?: { hour: number; minute: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { hour: number; minute: number; } | undefined; max?: { hour: number; minute: number; } | undefined; }>; state: z.ZodNull; returns: z.ZodObject<{ hour: z.ZodNumber; minute: z.ZodNumber; }, "strip", z.ZodTypeAny, { hour: number; minute: number; }, { hour: number; minute: number; }>; }; INPUT_DATETIME: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodNullable, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>>>; min: z.ZodOptional, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>>; max: z.ZodOptional, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: { year: number; month: number; day: number; hour: number; minute: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { year: number; month: number; day: number; hour: number; minute: number; } | undefined; max?: { year: number; month: number; day: number; hour: number; minute: number; } | undefined; }, { defaultValue?: { year: number; month: number; day: number; hour: number; minute: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { year: number; month: number; day: number; hour: number; minute: number; } | undefined; max?: { year: number; month: number; day: number; hour: number; minute: number; } | undefined; }>; state: z.ZodNull; returns: z.ZodObject, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>; }; INPUT_SPREADSHEET: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodNullable>, "many">>>; columns: z.ZodRecord>; }, "strip", z.ZodTypeAny, { defaultValue?: Record[] | null | undefined; helpText?: string | undefined; columns: Record; }, { defaultValue?: Record[] | null | undefined; helpText?: string | undefined; columns: Record; }>; state: z.ZodNull; returns: z.ZodArray>, "many">; }; UPLOAD_FILE: { props: z.ZodObject<{ helpText: z.ZodOptional; allowedExtensions: z.ZodOptional>; disabled: z.ZodOptional>; fileUrls: z.ZodNullable, "many">>>; uploadUrl: z.ZodOptional>>; downloadUrl: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; helpText?: string | undefined; allowedExtensions?: string[] | undefined; uploadUrl?: string | null | undefined; downloadUrl?: string | null | undefined; fileUrls?: { uploadUrl: string; downloadUrl: string; }[] | null | undefined; }, { disabled?: boolean | undefined; helpText?: string | undefined; allowedExtensions?: string[] | undefined; uploadUrl?: string | null | undefined; downloadUrl?: string | null | undefined; fileUrls?: { uploadUrl: string; downloadUrl: string; }[] | null | undefined; }>; state: z.ZodObject<{ files: z.ZodOptional, "many">>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; files?: { type: string; name: string; }[] | undefined; }, { type?: string | undefined; name?: string | undefined; files?: { type: string; name: string; }[] | undefined; }>; returns: z.ZodObject<{ name: z.ZodString; type: z.ZodString; lastModified: z.ZodNumber; size: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; size: number; url: string; name: string; lastModified: number; }, { type: string; size: number; url: string; name: string; lastModified: number; }>; supportsMultiple: boolean; }; SEARCH: { props: z.ZodObject<{ results: z.ZodArray; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "strip", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string; label: string | number | boolean | Date; }>, "many">; defaultValue: z.ZodNullable>; placeholder: z.ZodOptional; helpText: z.ZodOptional; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; results: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string; label: string | number | boolean | Date; }[]; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; results: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string; label: string | number | boolean | Date; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodString; }, "strip", z.ZodTypeAny, { queryTerm: string; }, { queryTerm: string; }>; returns: z.ZodString; supportsMultiple: boolean; }; CONFIRM: { props: z.ZodObject<{ helpText: z.ZodOptional; }, "strip", z.ZodTypeAny, { helpText?: string | undefined; }, { helpText?: string | undefined; }>; state: z.ZodNull; returns: z.ZodBoolean; exclusive: z.ZodLiteral; }; CONFIRM_IDENTITY: { props: z.ZodObject<{ gracePeriodMs: z.ZodOptional; }, "strip", z.ZodTypeAny, { gracePeriodMs?: number | undefined; }, { gracePeriodMs?: number | undefined; }>; state: z.ZodNull; returns: z.ZodBoolean; exclusive: z.ZodLiteral; }; SELECT_TABLE: { props: z.ZodObject<{ helpText: z.ZodOptional; columns: z.ZodArray; }, "strip", z.ZodTypeAny, { accessorKey?: string | undefined; label: string; }, { accessorKey?: string | undefined; label: string; }>, "many">; data: z.ZodArray; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>, z.ZodAny]>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }>, "many">; defaultPageSize: z.ZodOptional; minSelections: z.ZodOptional; maxSelections: z.ZodOptional; disabled: z.ZodOptional>; isSortable: z.ZodOptional>; isFilterable: z.ZodOptional>; totalRecords: z.ZodOptional; selectedKeys: z.ZodDefault>; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; defaultPageSize?: number | undefined; helpText?: string | undefined; isFilterable?: boolean | undefined; totalRecords?: number | undefined; isSortable?: boolean | undefined; minSelections?: number | undefined; maxSelections?: number | undefined; data: { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }[]; columns: { accessorKey?: string | undefined; label: string; }[]; selectedKeys: string[]; }, { disabled?: boolean | undefined; defaultPageSize?: number | undefined; helpText?: string | undefined; isFilterable?: boolean | undefined; totalRecords?: number | undefined; isSortable?: boolean | undefined; minSelections?: number | undefined; maxSelections?: number | undefined; selectedKeys?: string[] | undefined; data: { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }[]; columns: { accessorKey?: string | undefined; label: string; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodNullable>; sortColumn: z.ZodNullable>; sortDirection: z.ZodNullable>>; offset: z.ZodDefault; pageSize: z.ZodNumber; isSelectAll: z.ZodDefault; }, "strip", z.ZodTypeAny, { queryTerm?: string | null | undefined; sortColumn?: string | null | undefined; sortDirection?: "asc" | "desc" | null | undefined; offset: number; pageSize: number; isSelectAll: boolean; }, { queryTerm?: string | null | undefined; offset?: number | undefined; sortColumn?: string | null | undefined; sortDirection?: "asc" | "desc" | null | undefined; isSelectAll?: boolean | undefined; pageSize: number; }>; returns: z.ZodUnion<[z.ZodArray; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>, z.ZodAny]>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }>, "many">, z.ZodArray, "many">]>; }; SELECT_SINGLE: { props: z.ZodObject<{ options: z.ZodArray; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "passthrough", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }>, "many">; helpText: z.ZodOptional; defaultValue: z.ZodNullable; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "passthrough", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }>>>; searchable: z.ZodOptional; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; searchable?: boolean | undefined; options: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; }, { defaultValue?: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; searchable?: boolean | undefined; options: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodString; }, "strip", z.ZodTypeAny, { queryTerm: string; }, { queryTerm: string; }>; returns: z.ZodObject<{ label: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "passthrough", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }>; }; SELECT_MULTIPLE: { props: z.ZodObject<{ options: z.ZodArray; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; }, "passthrough", z.ZodTypeAny, { value: string | number | boolean | Date; label: string | number | boolean | Date; }, { value: string | number | boolean | Date; label: string | number | boolean | Date; }>, "many">; helpText: z.ZodOptional; defaultValue: z.ZodEffects; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; }, "passthrough", z.ZodTypeAny, { value: string | number | boolean | Date; label: string | number | boolean | Date; }, { value: string | number | boolean | Date; label: string | number | boolean | Date; }>, "many">>>, { value: string | number | boolean | Date; label: string | number | boolean | Date; }[], { value: string | number | boolean | Date; label: string | number | boolean | Date; }[] | null | undefined>; minSelections: z.ZodOptional; maxSelections: z.ZodOptional; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; helpText?: string | undefined; minSelections?: number | undefined; maxSelections?: number | undefined; options: { value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; defaultValue: { value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; }, { defaultValue?: { value: string | number | boolean | Date; label: string | number | boolean | Date; }[] | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; minSelections?: number | undefined; maxSelections?: number | undefined; options: { value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; }>; state: z.ZodNull; returns: z.ZodArray; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; }, "passthrough", z.ZodTypeAny, { value: string | number | boolean | Date; label: string | number | boolean | Date; }, { value: string | number | boolean | Date; label: string | number | boolean | Date; }>, "many">; }; CREDENTIALS: { props: z.ZodObject<{ params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; }, { params?: Record | undefined; }>; state: z.ZodNull; returns: z.ZodObject<{ token: z.ZodString; secret: z.ZodOptional; }, "strip", z.ZodTypeAny, { secret?: string | undefined; token: string; }, { secret?: string | undefined; token: string; }>; }; }; export declare const ioSchema: { INPUT_TEXT: { props: z.ZodObject<{ helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; multiline: z.ZodOptional; lines: z.ZodOptional; minLength: z.ZodOptional; maxLength: z.ZodOptional; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; multiline?: boolean | undefined; lines?: number | undefined; minLength?: number | undefined; maxLength?: number | undefined; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; multiline?: boolean | undefined; lines?: number | undefined; minLength?: number | undefined; maxLength?: number | undefined; }>; state: z.ZodNull; returns: z.ZodString; }; INPUT_EMAIL: { props: z.ZodObject<{ helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; }>; state: z.ZodNull; returns: z.ZodString; }; INPUT_NUMBER: { props: z.ZodObject<{ min: z.ZodOptional; max: z.ZodOptional; prepend: z.ZodOptional; helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; decimals: z.ZodOptional; currency: z.ZodOptional>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: number | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; min?: number | undefined; max?: number | undefined; prepend?: string | undefined; decimals?: number | undefined; currency?: "USD" | "CAD" | "EUR" | "GBP" | "AUD" | "CNY" | "JPY" | undefined; }, { defaultValue?: number | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; min?: number | undefined; max?: number | undefined; prepend?: string | undefined; decimals?: number | undefined; currency?: "USD" | "CAD" | "EUR" | "GBP" | "AUD" | "CNY" | "JPY" | undefined; }>; state: z.ZodNull; returns: z.ZodNumber; }; INPUT_SLIDER: { props: z.ZodObject<{ min: z.ZodNumber; max: z.ZodNumber; step: z.ZodOptional; helpText: z.ZodOptional; defaultValue: z.ZodNullable>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: number | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; step?: number | undefined; min: number; max: number; }, { defaultValue?: number | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; step?: number | undefined; min: number; max: number; }>; state: z.ZodNull; returns: z.ZodNumber; }; INPUT_URL: { props: z.ZodObject<{ helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; allowedProtocols: z.ZodDefault>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; allowedProtocols: string[]; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; allowedProtocols?: string[] | undefined; }>; state: z.ZodNull; returns: z.ZodString; }; INPUT_BOOLEAN: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodEffects>, boolean, boolean | null | undefined>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; helpText?: string | undefined; defaultValue: boolean; }, { defaultValue?: boolean | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; }>; state: z.ZodNull; returns: z.ZodBoolean; }; INPUT_RICH_TEXT: { props: z.ZodObject<{ helpText: z.ZodOptional; placeholder: z.ZodOptional; defaultValue: z.ZodNullable>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; }>; state: z.ZodNull; returns: z.ZodString; }; INPUT_DATE: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodNullable>>; min: z.ZodOptional>; max: z.ZodOptional>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: { year: number; month: number; day: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { year: number; month: number; day: number; } | undefined; max?: { year: number; month: number; day: number; } | undefined; }, { defaultValue?: { year: number; month: number; day: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { year: number; month: number; day: number; } | undefined; max?: { year: number; month: number; day: number; } | undefined; }>; state: z.ZodNull; returns: z.ZodObject<{ year: z.ZodNumber; month: z.ZodNumber; day: z.ZodNumber; }, "strip", z.ZodTypeAny, { year: number; month: number; day: number; }, { year: number; month: number; day: number; }>; }; INPUT_TIME: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodNullable>>; min: z.ZodOptional>; max: z.ZodOptional>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: { hour: number; minute: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { hour: number; minute: number; } | undefined; max?: { hour: number; minute: number; } | undefined; }, { defaultValue?: { hour: number; minute: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { hour: number; minute: number; } | undefined; max?: { hour: number; minute: number; } | undefined; }>; state: z.ZodNull; returns: z.ZodObject<{ hour: z.ZodNumber; minute: z.ZodNumber; }, "strip", z.ZodTypeAny, { hour: number; minute: number; }, { hour: number; minute: number; }>; }; INPUT_DATETIME: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodNullable, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>>>; min: z.ZodOptional, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>>; max: z.ZodOptional, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>>; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: { year: number; month: number; day: number; hour: number; minute: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { year: number; month: number; day: number; hour: number; minute: number; } | undefined; max?: { year: number; month: number; day: number; hour: number; minute: number; } | undefined; }, { defaultValue?: { year: number; month: number; day: number; hour: number; minute: number; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; min?: { year: number; month: number; day: number; hour: number; minute: number; } | undefined; max?: { year: number; month: number; day: number; hour: number; minute: number; } | undefined; }>; state: z.ZodNull; returns: z.ZodObject, "strip", z.ZodTypeAny, { year: number; month: number; day: number; hour: number; minute: number; }, { year: number; month: number; day: number; hour: number; minute: number; }>; }; INPUT_SPREADSHEET: { props: z.ZodObject<{ helpText: z.ZodOptional; defaultValue: z.ZodNullable>, "many">>>; columns: z.ZodRecord>; }, "strip", z.ZodTypeAny, { defaultValue?: Record[] | null | undefined; helpText?: string | undefined; columns: Record; }, { defaultValue?: Record[] | null | undefined; helpText?: string | undefined; columns: Record; }>; state: z.ZodNull; returns: z.ZodArray>, "many">; }; UPLOAD_FILE: { props: z.ZodObject<{ helpText: z.ZodOptional; allowedExtensions: z.ZodOptional>; disabled: z.ZodOptional>; fileUrls: z.ZodNullable, "many">>>; uploadUrl: z.ZodOptional>>; downloadUrl: z.ZodOptional>>; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; helpText?: string | undefined; allowedExtensions?: string[] | undefined; uploadUrl?: string | null | undefined; downloadUrl?: string | null | undefined; fileUrls?: { uploadUrl: string; downloadUrl: string; }[] | null | undefined; }, { disabled?: boolean | undefined; helpText?: string | undefined; allowedExtensions?: string[] | undefined; uploadUrl?: string | null | undefined; downloadUrl?: string | null | undefined; fileUrls?: { uploadUrl: string; downloadUrl: string; }[] | null | undefined; }>; state: z.ZodObject<{ files: z.ZodOptional, "many">>; name: z.ZodOptional; type: z.ZodOptional; }, "strip", z.ZodTypeAny, { type?: string | undefined; name?: string | undefined; files?: { type: string; name: string; }[] | undefined; }, { type?: string | undefined; name?: string | undefined; files?: { type: string; name: string; }[] | undefined; }>; returns: z.ZodObject<{ name: z.ZodString; type: z.ZodString; lastModified: z.ZodNumber; size: z.ZodNumber; url: z.ZodString; }, "strip", z.ZodTypeAny, { type: string; size: number; url: string; name: string; lastModified: number; }, { type: string; size: number; url: string; name: string; lastModified: number; }>; supportsMultiple: boolean; }; SEARCH: { props: z.ZodObject<{ results: z.ZodArray; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "strip", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string; label: string | number | boolean | Date; }>, "many">; defaultValue: z.ZodNullable>; placeholder: z.ZodOptional; helpText: z.ZodOptional; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; results: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string; label: string | number | boolean | Date; }[]; }, { defaultValue?: string | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; placeholder?: string | undefined; results: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string; label: string | number | boolean | Date; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodString; }, "strip", z.ZodTypeAny, { queryTerm: string; }, { queryTerm: string; }>; returns: z.ZodString; supportsMultiple: boolean; }; CONFIRM: { props: z.ZodObject<{ helpText: z.ZodOptional; }, "strip", z.ZodTypeAny, { helpText?: string | undefined; }, { helpText?: string | undefined; }>; state: z.ZodNull; returns: z.ZodBoolean; exclusive: z.ZodLiteral; }; CONFIRM_IDENTITY: { props: z.ZodObject<{ gracePeriodMs: z.ZodOptional; }, "strip", z.ZodTypeAny, { gracePeriodMs?: number | undefined; }, { gracePeriodMs?: number | undefined; }>; state: z.ZodNull; returns: z.ZodBoolean; exclusive: z.ZodLiteral; }; SELECT_TABLE: { props: z.ZodObject<{ helpText: z.ZodOptional; columns: z.ZodArray; }, "strip", z.ZodTypeAny, { accessorKey?: string | undefined; label: string; }, { accessorKey?: string | undefined; label: string; }>, "many">; data: z.ZodArray; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>, z.ZodAny]>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }>, "many">; defaultPageSize: z.ZodOptional; minSelections: z.ZodOptional; maxSelections: z.ZodOptional; disabled: z.ZodOptional>; isSortable: z.ZodOptional>; isFilterable: z.ZodOptional>; totalRecords: z.ZodOptional; selectedKeys: z.ZodDefault>; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; defaultPageSize?: number | undefined; helpText?: string | undefined; isFilterable?: boolean | undefined; totalRecords?: number | undefined; isSortable?: boolean | undefined; minSelections?: number | undefined; maxSelections?: number | undefined; data: { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }[]; columns: { accessorKey?: string | undefined; label: string; }[]; selectedKeys: string[]; }, { disabled?: boolean | undefined; defaultPageSize?: number | undefined; helpText?: string | undefined; isFilterable?: boolean | undefined; totalRecords?: number | undefined; isSortable?: boolean | undefined; minSelections?: number | undefined; maxSelections?: number | undefined; selectedKeys?: string[] | undefined; data: { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }[]; columns: { accessorKey?: string | undefined; label: string; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodNullable>; sortColumn: z.ZodNullable>; sortDirection: z.ZodNullable>>; offset: z.ZodDefault; pageSize: z.ZodNumber; isSelectAll: z.ZodDefault; }, "strip", z.ZodTypeAny, { queryTerm?: string | null | undefined; sortColumn?: string | null | undefined; sortDirection?: "asc" | "desc" | null | undefined; offset: number; pageSize: number; isSelectAll: boolean; }, { queryTerm?: string | null | undefined; offset?: number | undefined; sortColumn?: string | null | undefined; sortDirection?: "asc" | "desc" | null | undefined; isSelectAll?: boolean | undefined; pageSize: number; }>; returns: z.ZodUnion<[z.ZodArray; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>, z.ZodAny]>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }>, "many">, z.ZodArray, "many">]>; }; SELECT_SINGLE: { props: z.ZodObject<{ options: z.ZodArray; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "passthrough", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }>, "many">; helpText: z.ZodOptional; defaultValue: z.ZodNullable; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "passthrough", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }>>>; searchable: z.ZodOptional; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultValue?: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; searchable?: boolean | undefined; options: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; }, { defaultValue?: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; } | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; searchable?: boolean | undefined; options: { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodString; }, "strip", z.ZodTypeAny, { queryTerm: string; }, { queryTerm: string; }>; returns: z.ZodObject<{ label: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; description: z.ZodNullable>; imageUrl: z.ZodNullable>; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; }, "passthrough", z.ZodTypeAny, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }, { description?: string | null | undefined; imageUrl?: string | null | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; value: string | number | boolean | Date; label: string | number | boolean | Date; }>; }; SELECT_MULTIPLE: { props: z.ZodObject<{ options: z.ZodArray; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; }, "passthrough", z.ZodTypeAny, { value: string | number | boolean | Date; label: string | number | boolean | Date; }, { value: string | number | boolean | Date; label: string | number | boolean | Date; }>, "many">; helpText: z.ZodOptional; defaultValue: z.ZodEffects; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; }, "passthrough", z.ZodTypeAny, { value: string | number | boolean | Date; label: string | number | boolean | Date; }, { value: string | number | boolean | Date; label: string | number | boolean | Date; }>, "many">>>, { value: string | number | boolean | Date; label: string | number | boolean | Date; }[], { value: string | number | boolean | Date; label: string | number | boolean | Date; }[] | null | undefined>; minSelections: z.ZodOptional; maxSelections: z.ZodOptional; disabled: z.ZodOptional>; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; helpText?: string | undefined; minSelections?: number | undefined; maxSelections?: number | undefined; options: { value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; defaultValue: { value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; }, { defaultValue?: { value: string | number | boolean | Date; label: string | number | boolean | Date; }[] | null | undefined; disabled?: boolean | undefined; helpText?: string | undefined; minSelections?: number | undefined; maxSelections?: number | undefined; options: { value: string | number | boolean | Date; label: string | number | boolean | Date; }[]; }>; state: z.ZodNull; returns: z.ZodArray; value: z.ZodUnion<[z.ZodString, z.ZodNumber, z.ZodBoolean, z.ZodDate]>; }, "passthrough", z.ZodTypeAny, { value: string | number | boolean | Date; label: string | number | boolean | Date; }, { value: string | number | boolean | Date; label: string | number | boolean | Date; }>, "many">; }; CREDENTIALS: { props: z.ZodObject<{ params: z.ZodOptional>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; }, { params?: Record | undefined; }>; state: z.ZodNull; returns: z.ZodObject<{ token: z.ZodString; secret: z.ZodOptional; }, "strip", z.ZodTypeAny, { secret?: string | undefined; token: string; }, { secret?: string | undefined; token: string; }>; }; DISPLAY_CODE: { props: z.ZodObject<{ code: z.ZodString; language: z.ZodOptional; }, "strip", z.ZodTypeAny, { language?: string | undefined; code: string; }, { language?: string | undefined; code: string; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_HEADING: { props: z.ZodObject<{ level: z.ZodOptional, z.ZodLiteral<3>, z.ZodLiteral<4>]>>; description: z.ZodOptional; menuItems: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; }, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; }, "strip", z.ZodTypeAny, { description?: string | undefined; level?: 2 | 3 | 4 | undefined; menuItems?: ({ theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; }, { description?: string | undefined; level?: 2 | 3 | 4 | undefined; menuItems?: ({ theme?: "default" | "primary" | "secondary" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_METADATA: { props: z.ZodObject<{ data: z.ZodArray, z.ZodBigInt]>>>>; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; route: z.ZodOptional; action: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; error: z.ZodNullable>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }, { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }>, "many">; layout: z.ZodDefault>>; }, "strip", z.ZodTypeAny, { data: { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }[]; layout: "grid" | "list" | "card"; }, { layout?: "grid" | "list" | "card" | undefined; data: { params?: Record | undefined; value?: string | number | bigint | boolean | Date | null | undefined; error?: string | null | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; route?: string | undefined; label: string; }[]; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_MARKDOWN: { props: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_HTML: { props: z.ZodObject<{ html: z.ZodString; }, "strip", z.ZodTypeAny, { html: string; }, { html: string; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_IMAGE: { props: z.ZodObject<{ alt: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_LINK: { props: z.ZodIntersection>; }, "strip", z.ZodTypeAny, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; }, { theme?: "default" | "primary" | "secondary" | "danger" | undefined; }>, z.ZodUnion<[z.ZodObject<{ href: z.ZodString; }, "strip", z.ZodTypeAny, { href: string; }, { href: string; }>, z.ZodUnion<[z.ZodUnion<[z.ZodObject<{ url: z.ZodString; }, "strip", z.ZodTypeAny, { url: string; }, { url: string; }>, z.ZodObject<{ route: z.ZodString; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; route: string; }, { params?: Record | undefined; route: string; }>]>, z.ZodObject<{ action: z.ZodString; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, "strip", z.ZodTypeAny, { params?: Record | undefined; action: string; }, { params?: Record | undefined; action: string; }>]>]>>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_OBJECT: { props: z.ZodObject<{ data: z.ZodType; }, "strip", z.ZodTypeAny, { data?: KeyValue; }, { data?: KeyValue; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_GRID: { props: z.ZodObject<{ data: z.ZodArray>; description: z.ZodOptional>; image: z.ZodOptional>; alt: z.ZodOptional; fit: z.ZodOptional>; aspectRatio: z.ZodOptional; }, "strip", z.ZodTypeAny, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }, { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; }>>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; url: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; }, { title: z.ZodOptional>; }>, "strip", z.ZodTypeAny, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }, { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }>; key: z.ZodString; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }, { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }>, "many">; idealColumnWidth: z.ZodOptional; defaultPageSize: z.ZodOptional; helpText: z.ZodOptional; isFilterable: z.ZodDefault; totalRecords: z.ZodOptional; isAsync: z.ZodOptional>; }, "strip", z.ZodTypeAny, { idealColumnWidth?: number | undefined; defaultPageSize?: number | undefined; helpText?: string | undefined; totalRecords?: number | undefined; isAsync?: boolean | undefined; data: { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }[]; isFilterable: boolean; }, { idealColumnWidth?: number | undefined; defaultPageSize?: number | undefined; helpText?: string | undefined; isFilterable?: boolean | undefined; totalRecords?: number | undefined; isAsync?: boolean | undefined; data: { filterValue?: string | undefined; data: { params?: Record | undefined; label?: string | null | undefined; url?: string | undefined; description?: string | null | undefined; image?: { alt?: string | undefined; url?: string | null | undefined; fit?: "cover" | "contain" | undefined; aspectRatio?: number | undefined; } | null | undefined; route?: string | undefined; menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; title?: string | null | undefined; }; key: string; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodOptional; offset: z.ZodDefault; pageSize: z.ZodNumber; }, "strip", z.ZodTypeAny, { queryTerm?: string | undefined; offset: number; pageSize: number; }, { queryTerm?: string | undefined; offset?: number | undefined; pageSize: number; }>; returns: z.ZodNull; }; DISPLAY_TABLE: { props: z.ZodObject<{ helpText: z.ZodOptional; columns: z.ZodArray; }, "strip", z.ZodTypeAny, { accessorKey?: string | undefined; label: string; }, { accessorKey?: string | undefined; label: string; }>, "many">; data: z.ZodArray; value: z.ZodOptional>; href: z.ZodOptional; url: z.ZodOptional; image: z.ZodOptional; size: z.ZodOptional>; width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; }, "strip", z.ZodTypeAny, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }, { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; }>>; action: z.ZodOptional; route: z.ZodOptional; params: z.ZodOptional, z.ZodDate]>, z.ZodBigInt]>>>; highlightColor: z.ZodOptional>; }, "passthrough", z.ZodTypeAny, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }, { params?: Record | undefined; value?: string | number | boolean | Date | null | undefined; label?: string | undefined; url?: string | undefined; image?: { alt?: string | undefined; size?: "thumbnail" | "small" | "medium" | "large" | undefined; width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; url: string; } | undefined; action?: string | undefined; href?: string | undefined; route?: string | undefined; highlightColor?: "red" | "orange" | "yellow" | "green" | "blue" | "purple" | "pink" | "gray" | undefined; }>]>, z.ZodAny]>>; menu: z.ZodOptional>; }, "strip", z.ZodTypeAny, { theme?: "default" | "danger" | undefined; label: string; }, { theme?: "default" | "danger" | undefined; label: string; }>, z.ZodUnion<[z.ZodIntersection, z.ZodDate]>, z.ZodBigInt]>>>; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { params?: Record | undefined; disabled?: boolean | undefined; }, { params?: Record | undefined; disabled?: boolean | undefined; }>, z.ZodUnion<[z.ZodObject<{ route: z.ZodString; }, "strip", z.ZodTypeAny, { route: string; }, { route: string; }>, z.ZodObject<{ action: z.ZodString; }, "strip", z.ZodTypeAny, { action: string; }, { action: string; }>]>>, z.ZodObject<{ url: z.ZodString; disabled: z.ZodOptional; }, "strip", z.ZodTypeAny, { disabled?: boolean | undefined; url: string; }, { disabled?: boolean | undefined; url: string; }>, z.ZodObject<{ disabled: z.ZodLiteral; }, "strip", z.ZodTypeAny, { disabled: true; }, { disabled: true; }>]>>, "many">>; filterValue: z.ZodOptional; }, "strip", z.ZodTypeAny, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }, { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }>, "many">; orientation: z.ZodDefault>; defaultPageSize: z.ZodOptional; isSortable: z.ZodDefault; isFilterable: z.ZodDefault; totalRecords: z.ZodOptional; isAsync: z.ZodOptional>; }, "strip", z.ZodTypeAny, { defaultPageSize?: number | undefined; helpText?: string | undefined; totalRecords?: number | undefined; isAsync?: boolean | undefined; data: { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }[]; isFilterable: boolean; columns: { accessorKey?: string | undefined; label: string; }[]; orientation: "vertical" | "horizontal"; isSortable: boolean; }, { defaultPageSize?: number | undefined; helpText?: string | undefined; isFilterable?: boolean | undefined; totalRecords?: number | undefined; isAsync?: boolean | undefined; orientation?: "vertical" | "horizontal" | undefined; isSortable?: boolean | undefined; data: { menu?: ({ theme?: "default" | "danger" | undefined; label: string; } & (({ params?: Record | undefined; disabled?: boolean | undefined; } & ({ route: string; } | { action: string; })) | { disabled?: boolean | undefined; url: string; } | { disabled: true; }))[] | undefined; filterValue?: string | undefined; data: Record; key: string; }[]; columns: { accessorKey?: string | undefined; label: string; }[]; }>; state: z.ZodObject<{ queryTerm: z.ZodOptional; sortColumn: z.ZodOptional; sortDirection: z.ZodOptional>; offset: z.ZodDefault; pageSize: z.ZodNumber; }, "strip", z.ZodTypeAny, { queryTerm?: string | undefined; sortColumn?: string | undefined; sortDirection?: "asc" | "desc" | undefined; offset: number; pageSize: number; }, { queryTerm?: string | undefined; offset?: number | undefined; sortColumn?: string | undefined; sortDirection?: "asc" | "desc" | undefined; pageSize: number; }>; returns: z.ZodNull; }; DISPLAY_PROGRESS_STEPS: { props: z.ZodObject<{ steps: z.ZodObject<{ completed: z.ZodNumber; total: z.ZodNumber; }, "strip", z.ZodTypeAny, { completed: number; total: number; }, { completed: number; total: number; }>; currentStep: z.ZodOptional; subTitle: z.ZodOptional; }, "strip", z.ZodTypeAny, { currentStep?: string | undefined; subTitle?: string | undefined; steps: { completed: number; total: number; }; }, { currentStep?: string | undefined; subTitle?: string | undefined; steps: { completed: number; total: number; }; }>; state: z.ZodNull; returns: z.ZodNull; immediate: boolean; }; DISPLAY_PROGRESS_INDETERMINATE: { props: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>; state: z.ZodNull; returns: z.ZodNull; immediate: boolean; }; DISPLAY_PROGRESS_THROUGH_LIST: { props: z.ZodObject<{ items: z.ZodArray; }, "strip", z.ZodTypeAny, { label: string; isComplete: boolean; resultDescription: string | null; }, { label: string; isComplete: boolean; resultDescription: string | null; }>, "many">; }, "strip", z.ZodTypeAny, { items: { label: string; isComplete: boolean; resultDescription: string | null; }[]; }, { items: { label: string; isComplete: boolean; resultDescription: string | null; }[]; }>; state: z.ZodNull; returns: z.ZodNull; }; DISPLAY_VIDEO: { props: z.ZodObject<{ width: z.ZodOptional>; height: z.ZodOptional>; url: z.ZodString; loop: z.ZodOptional; muted: z.ZodOptional; }, "strip", z.ZodTypeAny, { width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; loop?: boolean | undefined; muted?: boolean | undefined; url: string; }, { width?: "thumbnail" | "small" | "medium" | "large" | undefined; height?: "thumbnail" | "small" | "medium" | "large" | undefined; loop?: boolean | undefined; muted?: boolean | undefined; url: string; }>; state: z.ZodNull; returns: z.ZodNull; }; }; export declare type IoMethod = { props: z.ZodTypeAny; state: z.ZodTypeAny; returns: z.ZodTypeAny; }; export declare type T_IO_Schema = typeof ioSchema; export declare type T_IO_METHOD_NAMES = keyof T_IO_Schema; export declare type T_IO_DISPLAY_METHOD_NAMES = keyof typeof DISPLAY_SCHEMA; export declare type T_IO_INPUT_METHOD_NAMES = keyof typeof INPUT_SCHEMA; declare type SupportsMultipleMap = { [MN in T_IO_METHOD_NAMES]: T_IO_Schema[MN] extends { supportsMultiple: boolean; } ? MN : never; }; export declare type T_IO_MULTIPLEABLE_METHOD_NAMES = SupportsMultipleMap[T_IO_METHOD_NAMES]; declare type T_Fields = 'props' | 'state' | 'returns'; export declare type T_IO_METHOD = z.infer; export declare type T_IO_PROPS = z.input; export declare type T_IO_RETURNS = z.infer; export declare type T_IO_STATE = z.infer; export declare type JSONPrimitive = string | number | boolean | null; export declare type RawActionReturnData = Record; export declare type IOFunctionReturnType = SerializableRecord | Serializable[] | Serializable | undefined; export declare type ParsedActionReturnData = Record | JSONPrimitive; export declare type ActionResultSchema = { schemaVersion: 0 | 1; status: 'SUCCESS' | 'FAILURE'; data: IOFunctionReturnType | null; meta?: any; }; export declare type ParsedActionResultSchema = Omit & { data: ParsedActionReturnData | null; }; export {};