// src/index.mts var defineConfig = (config) => config; var definePrompt = (config) => config; export { defineConfig, definePrompt };