/** * The lesskey syntax page, shown by --lesskey-help. * * NOT a less screen: less documents lesskey in a man page that ships with * the less distribution, which an npm install of this pager does not * bring with it. Same rendering as the command help - overstrike * sequences (X\bX bold, _\bX underline) through the normal content * pipeline - and paged the same way, as its own input file. * * Started as a copy of lessHelp.ts; the body is being rewritten. */ export declare const lesskeyHelp: string[];