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