import type { types as t } from "@marko/compiler";
export declare function withLeadingComment<T extends t.Node>(node: T, value: string): T;
