export declare class HelpErr extends Error { showHelp: boolean; constructor(message: string); }