export declare type Option = Partial<{ readonly space: string; readonly short: string; readonly long: string; }>;