import { DNA } from "@opendnd/core";
declare class Renderer {
    static leftSpace(c: any, n: any): string;
    static rightSpace(c: any, n: any): string;
    static chromosome(c: any, g: any): string;
    static output(result: DNA): void;
}
export default Renderer;
