import type { OrchestrationConfigGetResponse } from './orchestration-config-get-response.js';
/**
 * Representation of the 'OrchestrationConfigListResponse' schema.
 */
export type OrchestrationConfigListResponse = {
    count: number;
    resources: OrchestrationConfigGetResponse[];
} & Record<string, any>;
//# sourceMappingURL=orchestration-config-list-response.d.ts.map