declare const identifier = "is.workflow.actions.selectphoto"; declare const icon = "Photos"; declare const WFAction: { ActionClass: string; ActionKeywords: string[]; AppIdentifier: string; Description: { DescriptionResult: string; DescriptionSummary: string; }; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: { Class: string; Key: string; Label: string; }[]; RequiredResources: string[]; UserInterfaces: string[]; }; export { identifier, icon, WFAction };