import { OriginVertex, Relation, ResourceVertex } from "@k8ts/instruments"; import type { AssembledResult } from "../engine"; export interface SummarizerOptions { printOptions?: boolean; } export declare class Summarizer { private readonly _options; private _post; constructor(_options: SummarizerOptions); _formatRefFromTo(node: ResourceVertex, edge: Relation): `K8TS_TOK_${string}`; private _token; private _resource; private _resources; private _yaml; private _serialize; private _getOptions; result(result: AssembledResult): string; files(obj: { origin: OriginVertex; resources: ResourceVertex[]; }[]): string; } //# sourceMappingURL=summarizer.d.ts.map