import type { RequireResult } from './types';
/**
 * Wrap a module in an object, as the value under the key `default`.
 *
 * Adapted from Rollup (https://github.com/rollup/rollup)
 *
 * @param requireResult The result of calling `require` on a module
 * @returns An object containing the key-value pair (`default`, `requireResult`)
 */
export declare function _interopNamespaceDefaultOnly(requireResult: RequireResult): RequireResult;
//# sourceMappingURL=_interopNamespaceDefaultOnly.d.ts.map