import { Context } from "../transform.js";
import { Mapping } from "../types.js";
import * as YAML from "../yaml.js";
export declare function transformMap(map: YAML.ast.Map, context: Context): Mapping;
