/** Information to update on a website */
export interface Update {
    /** Branch of the repository containing the website source code to deploy */
    vcsBranch?: string;
}
//# sourceMappingURL=Update.d.ts.map