import { Variable } from "./variable.js"; export type MarkdownPrettyPrintType = "prettier" | "none"; export declare function render(prettyPrintType: MarkdownPrettyPrintType, variables: Variable[]): Promise;