declare const identifier = "is.workflow.actions.pocket.get"; declare const icon = "Pocket"; declare const WFAction: { ActionClass: string; AppIdentifier: string; Description: { DescriptionSummary: string; }; Name: string; Output: { Multiple: boolean; OutputName: string; Types: string[]; }; Parameters: ({ Class: string; Key: string; StepperDescription: string; StepperNoun: string; StepperPluralNoun: string; StepperPrefix: string; DefaultValue?: undefined; Items?: undefined; Label?: undefined; Description?: undefined; Placeholder?: undefined; TextAlignment?: undefined; } | { Class: string; DefaultValue: string; Items: string[]; Key: string; Label: string; StepperDescription?: undefined; StepperNoun?: undefined; StepperPluralNoun?: undefined; StepperPrefix?: undefined; Description?: undefined; Placeholder?: undefined; TextAlignment?: undefined; } | { Class: string; Description: string; Key: string; Label: string; Placeholder: string; TextAlignment: string; StepperDescription?: undefined; StepperNoun?: undefined; StepperPluralNoun?: undefined; StepperPrefix?: undefined; DefaultValue?: undefined; Items?: undefined; })[]; RequiredResources: string[]; ShortName: string; }; export { identifier, icon, WFAction };