export declare function extractShortOpts(tokens: readonly string[], options?: { readonly shortOptsWithValue?: ReadonlySet; }): Set;