import { Context } from "../transform.js";
import { Plain } from "../types.js";
import * as YAML from "../yaml.js";
export declare function transformPlain(plain: YAML.ast.PlainValue, context: Context): Plain;
