/** * Browser bundle build format. */ export declare type BrowserBundleFormat = 'umd' | 'amd' | 'iife' | 'system';