import { HostDataSource } from './HostDataSource'; export declare abstract class ProcessDataSource extends HostDataSource { constructor(); constructor(title: string); constructor(title: string, subtitle: string); get processDataOnServerDefaultValue(): boolean; set processDataOnServerDefaultValue(value: boolean); get processDataOnServerReadOnly(): boolean; set processDataOnServerReadOnly(value: boolean); }