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