import * as d from '../../declarations';
export declare function getClientPolyfill(config: d.Config, polyfillFile: string): Promise<string>;
export declare function getAppBrowserCorePolyfills(config: d.Config): Promise<string>;
