import { type Tag } from "@marko/compiler/babel-utils";
declare module "@marko/compiler/dist/types" {
    interface NodeExtra {
        static?: boolean;
    }
}
declare const _default: Tag;
export default _default;
