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