import type { BckndId } from './bcknd-id.js';
import type { BckndArgoCDRepositoryModificationResponseMessage } from './bcknd-argo-cd-repository-modification-response-message.js';
/**
 * Representation of the 'BckndArgoCDRepositoryModificationResponse' schema.
 */
export type BckndArgoCDRepositoryModificationResponse = {
    id: BckndId;
    message: BckndArgoCDRepositoryModificationResponseMessage;
} & Record<string, any>;
//# sourceMappingURL=bcknd-argo-cd-repository-modification-response.d.ts.map