import type { AuthConfig } from '../types/auth';
import type { ApiServiceConfig } from '../utils/api-command';
export declare class RobotServiceSdk {
    private readonly authConfig;
    private readonly config;
    constructor(authConfig: AuthConfig, config: ApiServiceConfig);
    listRobots(params?: any): Promise<import("polyv-live-api-sdk").ListRobotsResponse>;
    batchSaveRobots(params: any): Promise<import("polyv-live-api-sdk").BatchSaveRobotsResponse>;
    batchDeleteRobots(params: any): Promise<void>;
}
//# sourceMappingURL=robot-service.d.ts.map