import { g as CheckFeaturePreview } from '../../../cusTypes-COIU0NG3.js';
import 'zod';

declare const getCheckContent: (preview: CheckFeaturePreview) => {
    title: string;
    message: string;
};

export { getCheckContent };
