/** * Test Data Module * * Central export for all test data used by the assessment module. * Provides realistic, context-aware test values for generating * meaningful test inputs across different tool types. * * @module assessment/testdata */ export { REALISTIC_URLS, REALISTIC_EMAILS, REALISTIC_NAMES, REALISTIC_IDS, REALISTIC_PATHS, REALISTIC_QUERIES, REALISTIC_NUMBERS, REALISTIC_BOOLEANS, REALISTIC_JSON_OBJECTS, REALISTIC_ARRAYS, generateRealisticTimestamps, REALISTIC_DATA, type RealisticDataType, } from "./realistic-values.js"; export { TOOL_CATEGORY_DATA, SPECIFIC_FIELD_PATTERNS, type SpecificFieldPatternsType, } from "./tool-category-data.js"; //# sourceMappingURL=index.d.ts.map