import { Rval } from './Rval';
/** getTeamsByStatementResponse */
export interface GetTeamsByStatementResponse {
    /** rval */
    rval?: Rval;
}
