import { Rval } from './Rval'; /** getLabelsByStatementResponse */ export interface GetLabelsByStatementResponse { /** rval */ rval?: Rval; }