import { Common } from './batch.common';
export declare class Batch extends Common {
    constructor();
    getIosBatchUser(): typeof BatchUser;
    getIosBatchMessaging(): typeof BatchMessaging;
    getIosBatchPush(): typeof BatchPush;
}
