import type { WebAPICallResult } from '../../WebClient';
export type AgentsSessionsSetStatusResponse = WebAPICallResult & {
    agent_status?: string;
    error?: string;
    needed?: string;
    ok?: boolean;
    provided?: string;
    status?: string;
    title?: string;
    warning?: string;
};
//# sourceMappingURL=AgentsSessionsSetStatusResponse.d.ts.map