/** VCS webhooks URLs for given hosting and VCS platform */
export interface VcsWebhooks {
    /** Webhook URL for push events */
    push: string;
}
//# sourceMappingURL=VcsWebhooks.d.ts.map