The typings have following options for the `Bundle` constructor: ```ts export interface BundleOptions { intro?: string; separator?: string; } ``` but they're currently not mentioned in the README.