export declare const CustomActionAttachmentCriteriaOperator: { readonly EQUALS: "EQUALS"; readonly HAS_VALUE: "HAS_VALUE"; }; export type CustomActionAttachmentCriteriaOperator = (typeof CustomActionAttachmentCriteriaOperator)[keyof typeof CustomActionAttachmentCriteriaOperator];