import { OptionSpec } from './spec'; /** * Disables interactive commands which can launch another process. * It is deliberately startup-only: an embedding application must not * hand control of this policy back to a user already inside the pager. */ export declare const noShell: OptionSpec;