declare const helpOption: { name: string; type: BooleanConstructor; description: string; alias: string; defaultValue: boolean; }; export { helpOption };