/** Subscribes when GitHub creates a branch or tag. */ export declare const onGitHubRefCreated: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["contents:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.ref.created"; }>; /** Subscribes when GitHub creates a branch. */ export declare const onGitHubBranchCreated: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["contents:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.branch.created"; }>; /** Subscribes when GitHub creates a tag. */ export declare const onGitHubTagCreated: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["contents:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.tag.created"; }>; /** Subscribes when GitHub deletes a branch or tag. */ export declare const onGitHubRefDeleted: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["contents:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.ref.deleted"; }>; /** Subscribes when GitHub deletes a branch. */ export declare const onGitHubBranchDeleted: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["contents:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.branch.deleted"; }>; /** Subscribes when GitHub deletes a tag. */ export declare const onGitHubTagDeleted: import("../../../automation/create-trigger").TriggerFactory<{ readonly account: { readonly connectionOptions: readonly [{ readonly requiredScopes: readonly ["contents:read"]; }]; readonly serviceId: "github"; }; readonly type: "github.tag.deleted"; }>; //# sourceMappingURL=refs.d.ts.map