import * as diagrams from ".."; import { TestConf } from "../../test-fixtures/testCases"; export declare function givenDiagram(testConf: TestConf, includedStacks?: string[] | false, excludedStacks?: string[] | undefined): diagrams.Diagram;