import type { types as t } from "@marko/compiler";
export declare function getKnownAttrValues(tag: t.MarkoTag): Record<string, t.Expression>;
