/** HTTP load balancer rewrite action */
export interface ActionRewrite {
    /** Location url */
    location: string;
    /** The backend name */
    name: string;
}
//# sourceMappingURL=ActionRewrite.d.ts.map