import type { System } from "./system"; export declare class Doc { #private; constructor(system: System); generate(): string; } //# sourceMappingURL=docs.d.ts.map