/** Action triggered when all rules from route match */
export interface RouteTcpAction {
    /** Farm ID for "farm" action type, empty for others */
    target?: string;
    /** Action to trigger if all the rules of this route matches */
    type: string;
}
//# sourceMappingURL=RouteTcpAction.d.ts.map