export declare const automateTriggerDefinitions: { readonly automateActionFailed: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.action.failed"; }; readonly automateActionIndeterminate: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.action.indeterminate"; }; readonly automateActionRetryScheduled: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.action.retryScheduled"; }; readonly automateActionAttemptEvent: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.actionAttempt.event"; }; readonly automateAutomationDisabled: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.automation.disabled"; }; readonly automateAutomationEnabled: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.automation.enabled"; }; readonly automateAutomationStateChanged: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.automation.stateChanged"; }; readonly automateDeploymentAwaitingAuthorization: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["deployment:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.deployment.awaitingAuthorization"; }; readonly automateDeploymentCancelled: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["deployment:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.deployment.cancelled"; }; readonly automateDeploymentEvent: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["deployment:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.deployment.event"; }; readonly automateDeploymentFailed: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["deployment:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.deployment.failed"; }; readonly automateDeploymentSucceeded: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["deployment:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.deployment.succeeded"; }; readonly automateExecutionEvent: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.execution.event"; }; readonly automateExecutionFailed: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.execution.failed"; }; readonly automateExecutionSettled: { readonly account: { readonly connectionOptions: readonly [{ readonly connectionMethodId: "organization-api-key"; readonly requiredScopes: readonly ["project:read"]; }]; readonly planDefaultBinding: false; readonly serviceId: "automate"; }; readonly getDetails: ({ config }: import("..").TriggerPresentationContext) => { label: string; value: string; }[]; readonly type: "automate.execution.settled"; }; };