import * as astro from 'astro'; declare const hmrIntegration: (options: { directory: string; } | { directories: string[]; }) => astro.AstroIntegration & {}; export { hmrIntegration };