import type { types as t } from "@marko/compiler"; export default function isApi(path: t.NodePath, type: "class" | "tags"): boolean;