export declare class TextDisplayMode extends Object {
    static LCD: string;
    static CRT: string;
    static DEFAULT: string;
    constructor();
}
