import * as db from '../flowDb.js';
declare function renderer(): string;
export declare const diagram: {
    db: typeof db;
    renderer: typeof renderer;
    parser: any;
    styles: (options: import("./styles.js").FlowChartStyleOptions) => string;
};
export {};
