/** * Prints the given content to a pager, such as `less`. This function respects * the `PAGER` environment variable. * * @param content */ export declare function printToPager(content: string): void;