export type NativeImporter = (moduleName: string) => unknown;
export declare const nativeImporter: (moduleName: string) => Promise<any>;
