/** Information needed to request deployment of a website */
export interface DeploymentRequest {
    /** Whether a reset was requested before deploying */
    reset: boolean;
}
//# sourceMappingURL=DeploymentRequest.d.ts.map