import { type RootIntersection, type RootKind } from "../shared/implement.ts"; import type { schemaKindRightOf } from "./root.ts"; export declare const defineRightwardIntersections: (kind: kind, implementation: RootIntersection>) => { [k in schemaKindRightOf]: RootIntersection; };