import UsageError from '../../core/usage-error'; interface Options { drilldownWithPip?: boolean; stderr?: string | HTMLElement; } export declare const formatUsage: (command: string, str: string, options?: Options) => UsageError; export {};