import { type Tag } from "@marko/compiler/babel-utils";
export declare function createStatementTag(keyword: "client" | "server" | "static"): Tag;
