import type { AiId } from './ai-id.js';
import type { AiExecutionScheduleDeletionResponseMessage } from './ai-execution-schedule-deletion-response-message.js';
/**
 * Representation of the 'AiExecutionScheduleDeletionResponse' schema.
 */
export type AiExecutionScheduleDeletionResponse = {
    id: AiId;
    message: AiExecutionScheduleDeletionResponseMessage;
} & Record<string, any>;
//# sourceMappingURL=ai-execution-schedule-deletion-response.d.ts.map