import { Context } from "../transform.js";
import * as YAML from "../yaml.js";
export declare function extractComments<T extends null | object>(nodes: Array<T | YAML.cst.Comment>, context: Context): T[];
