export declare const automationInvokedTriggerDefinition: { readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly icon: "automation"; readonly name: "Invocation"; readonly type: "automation.invoked"; };