declare type LoaderKeys = 'intl' | 'ric' | 'fetch'; export default function loadPolyfills(include?: 'all' | LoaderKeys[]): Promise; export {};