import type { BlockHandler } from "./handler.type.js"; /** Handler for `router-slot` fenced code blocks. */ export declare function createRouterSlotHandler(): BlockHandler; //# sourceMappingURL=router-slot.handler.d.ts.map