declare function defaultImportFn(path: string): Promise<any>;
declare function handleImport<T>(module: T): T;
export { defaultImportFn, handleImport };
