import type { AstroIntegration } from 'astro'; export interface MarkoOptions { /** Generate per-component `.marko.d.ts` sidecar files for typed props. * Requires `allowArbitraryExtensions: true` in your tsconfig.json. * @default false */ dts?: boolean; } export default function marko(options?: MarkoOptions): AstroIntegration; //# sourceMappingURL=index.d.ts.map