import { z } from "zod"; export declare const AppKeyPropertySchema: z.ZodString & { _def: z.core.$ZodStringDef & import("..").PositionalMetadata; }; export declare const AppPropertySchema: z.ZodString & { _def: z.core.$ZodStringDef & import("..").PositionalMetadata; }; export declare const ActionTypePropertySchema: z.ZodEnum<{ filter: "filter"; write: "write"; read: "read"; read_bulk: "read_bulk"; run: "run"; search: "search"; search_and_write: "search_and_write"; search_or_write: "search_or_write"; }>; export declare const ActionKeyPropertySchema: z.ZodString; export declare const ActionPropertySchema: z.ZodString & { _def: z.core.$ZodStringDef & import("..").PositionalMetadata; }; export declare const InputFieldPropertySchema: z.ZodString & { _def: z.core.$ZodStringDef & import("..").PositionalMetadata; }; export declare const ConnectionIdPropertySchema: z.ZodUnion; /** @deprecated Use ConnectionIdPropertySchema instead */ export declare const AuthenticationIdPropertySchema: z.ZodUnion; export declare const ConnectionPropertySchema: z.ZodUnion; export declare const InputsPropertySchema: z.ZodRecord; export declare const LimitPropertySchema: z.ZodDefault; export declare const OffsetPropertySchema: z.ZodDefault; export declare const OutputPropertySchema: z.ZodString; export declare const DebugPropertySchema: z.ZodDefault; export declare const ParamsPropertySchema: z.ZodRecord; export declare const ActionTimeoutMsPropertySchema: z.ZodOptional; export declare const TablePropertySchema: z.ZodString & { _def: z.core.$ZodStringDef & import("..").PositionalMetadata; }; export declare const RecordPropertySchema: z.ZodString & { _def: z.core.$ZodStringDef & import("..").PositionalMetadata; }; export declare const RecordsPropertySchema: z.ZodArray; export declare const FieldsPropertySchema: z.ZodArray>; export declare const AppsPropertySchema: z.ZodArray; export declare const TablesPropertySchema: z.ZodArray; export declare const ConnectionsPropertySchema: z.ZodArray; export declare const TriggerInboxPropertySchema: z.ZodString & { _def: z.core.$ZodStringDef & import("..").PositionalMetadata; }; export declare const TriggerInboxNamePropertySchema: z.ZodString; export declare const LeasePropertySchema: z.ZodString; export declare const LeaseSecondsPropertySchema: z.ZodNumber; export declare const LeaseLimitPropertySchema: z.ZodNumber; export type AppKeyProperty = z.infer; export type AppProperty = z.infer; export type ActionTypeProperty = z.infer; export type ActionKeyProperty = z.infer; export type ActionProperty = z.infer; export type InputFieldProperty = z.infer; export type ConnectionIdProperty = z.infer; export type ConnectionProperty = z.infer; /** @deprecated Use ConnectionIdProperty instead */ export type AuthenticationIdProperty = ConnectionIdProperty; export type InputsProperty = z.infer; export type LimitProperty = z.infer; export type OffsetProperty = z.infer; export type OutputProperty = z.infer; export type DebugProperty = z.infer; export type ParamsProperty = z.infer; export type ActionTimeoutMsProperty = z.infer; export type TableProperty = z.infer; export type RecordProperty = z.infer; export type RecordsProperty = z.infer; export type FieldsProperty = z.infer; export type AppsProperty = z.infer; export type TablesProperty = z.infer; export type ConnectionsProperty = z.infer; export type TriggerInboxProperty = z.infer; export type TriggerInboxNameProperty = z.infer; export type LeaseProperty = z.infer; export type LeaseSecondsProperty = z.infer; export type LeaseLimitProperty = z.infer; //# sourceMappingURL=properties.d.ts.map