import type { Ellipsis, StateType } from "./types";
import type { Notation } from "../../types";
export declare const getCharacterTypeString: (state?: StateType | Notation | Ellipsis) => string;
//# sourceMappingURL=utils.d.ts.map