import { BaseObject } from './baseObject';
import { MobileApplicationPage } from './mobileApplicationPage';
export interface GetMobileApplicationsByStatementResponse extends BaseObject {
    rval?: MobileApplicationPage;
}
