/** @this {import("./parser").Parser} @returns {any} */ export function parseTopLevel(this: import("./parser").Parser): any; /** @this {import("./parser").Parser} @returns {any} */ export function parseBlock(this: import("./parser").Parser): any; /** @this {import("./parser").Parser} @returns {any[]} */ export function parseBlockWithChildren(this: import("./parser").Parser): any[]; /** @this {import("./parser").Parser} @param {string} name @returns {any} */ export function parseMapping(this: import("./parser").Parser, name: string): any; /** @this {import("./parser").Parser} @returns {any} */ export function parseEquation(this: import("./parser").Parser): any;