export declare const tgetent: (term: string | null) => number; export declare const tgetflag: (cap: string) => number; export declare const tgetnum: (cap: string) => number; export declare const tgetstr: (cap: string) => string | null; export declare const tgoto: (cap: string, col: number, row: number) => string; export declare const terminfo_names: () => string[];