export function parseDirective(statement: any, context: any, type: any): void;
export function setDirection(dir: any): void;
export function setOptions(rawOptString: any): void;
export function getOptions(): {};
export function commit(msg: any, id: any, type: any, tag: any): void;
export function branch(name: any, order: any): void;
export function merge(otherBranch: any, custom_id: any, override_type: any, custom_tag: any): void;
export function cherryPick(sourceId: any, targetId: any, tag: any): void;
export function checkout(branch: any): void;
export function prettyPrint(): void;
export function clear(): void;
export function getBranchesAsObjArray(): {
    name: any;
}[];
export function getBranches(): typeof branches;
export function getCommits(): {};
export function getCommitsArray(): any[];
export function getCurrentBranch(): string | undefined;
export function getDirection(): string;
export function getHead(): any;
export namespace commitType {
    const NORMAL: number;
    const REVERSE: number;
    const HIGHLIGHT: number;
    const MERGE: number;
    const CHERRY_PICK: number;
}
declare namespace _default {
    export { parseDirective };
    export function getConfig(): import("../../config.type").GitGraphDiagramConfig | undefined;
    export { setDirection };
    export { setOptions };
    export { getOptions };
    export { commit };
    export { branch };
    export { merge };
    export { cherryPick };
    export { checkout };
    export { prettyPrint };
    export { clear };
    export { getBranchesAsObjArray };
    export { getBranches };
    export { getCommits };
    export { getCommitsArray };
    export { getCurrentBranch };
    export { getDirection };
    export { getHead };
    export { setAccTitle };
    export { getAccTitle };
    export { getAccDescription };
    export { setAccDescription };
    export { commitType };
}
export default _default;
declare let branches: typeof branches;
import { setAccTitle } from "../../commonDb";
import { getAccTitle } from "../../commonDb";
import { getAccDescription } from "../../commonDb";
import { setAccDescription } from "../../commonDb";
