import { isInNode } from './is-in-node'; export { setOptions, getOptions } from './set-options'; export { MergedResults } from './artifacts'; declare const isInBrowser: boolean; export { isInNode, isInBrowser }; export declare const runInBrowser: (fn: () => Promise) => Promise | undefined; export declare const runInNode: (fn: () => Promise) => Promise | undefined; //# sourceMappingURL=index.d.ts.map