import { C as C4Model } from '../C4Model-C1kukjQy.js';

declare function toStructurizr(model: C4Model): string;
declare function toLikeC4(model: C4Model): string;

export { toLikeC4, toStructurizr };
