import { type ClosedPanels } from '@deephaven/dashboard'; declare class MarkdownUtils { static DEFAULT_TITLE: string; static DEFAULT_CONTENT: string; /** * Retrieves a new markdown title that does not conflict with the current titles * @param usedTitles Markdown titles that are already in use * @returns The new title */ static getNewMarkdownTitle(usedTitles: string[]): string; static getClosedMarkdowns: (closedPanels: ClosedPanels) => import("@deephaven/dashboard").ClosedPanel[]; } export default MarkdownUtils; //# sourceMappingURL=MarkdownUtils.d.ts.map