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