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