import { z } from 'zod'; /** * @public */ export declare const entityQueryFilterExpressionSchema: z.ZodRecord; }, "strip", z.ZodTypeAny, { exists?: boolean | undefined; }, { exists?: boolean | undefined; }>]>, z.ZodArray]>>; /** * @public */ export declare const EntityPickerFieldSchema: import("../utils").FieldSchema | Record[] | undefined; }>; /** * The input props that can be specified under `ui:options` for the * `EntityPicker` field extension. * * @public */ export type EntityPickerUiOptions = typeof EntityPickerFieldSchema.uiOptionsType; export type EntityPickerProps = typeof EntityPickerFieldSchema.type; export declare const EntityPickerSchema: import("@backstage/plugin-scaffolder-react").CustomFieldExtensionSchema; export type EntityPickerFilterQuery = z.TypeOf; export type EntityPickerFilterQueryValue = EntityPickerFilterQuery[keyof EntityPickerFilterQuery];