export { ASTRO_CONFIG_DEFAULTS, AstroConfigSchema, type AstroConfigType, } from './base.js'; export { AstroConfigRefinedSchema } from './refined.js'; export { createRelativeSchema } from './relative.js';