import { type ParserOptions } from "prettier"; import type { AnywhereNode } from "./types.js"; export declare const parse: (text: string, options: ParserOptions) => Promise;