import type { TrckExecutionId } from './trck-execution-id.js';
/**
 * Representation of the 'TrckDeleteMetricsResponse' schema.
 */
export type TrckDeleteMetricsResponse = {
    id?: TrckExecutionId;
    /**
     * @example "Metric Resource was successfully deleted"
     */
    message?: string;
} & Record<string, any>;
//# sourceMappingURL=trck-delete-metrics-response.d.ts.map