import { BaseObject } from './baseObject';
import { ContentPage } from './contentPage';
export interface GetContentByStatementAndCustomTargetingValueResponse extends BaseObject {
    rval?: ContentPage;
}
