export declare enum ConsoleFont {
    DEFAULT = 0,
    SMALL = 1,
    TINY = 2
}
//# sourceMappingURL=ConsoleFont.d.ts.map