export = WebsiteBatch;
/**
 * Crisp WebsiteBatch Resource
 * @class
 * @classdesc This is the Crisp Website Batch Resource
 */
declare function WebsiteBatch(service: any, crisp: any): void;
declare class WebsiteBatch {
    /**
     * Crisp WebsiteBatch Resource
     * @class
     * @classdesc This is the Crisp Website Batch Resource
     */
    constructor(service: any, crisp: any);
}
