import { Default } from '../types'; declare type ObjectOrFunction = object | (() => any); export declare function asDefault(mayBeNotDefault: T | Default): Default; export declare const es6import: (module: any) => any; export {};