export declare function isImportLike(path: any): boolean; export declare function isRequireLike(path: any): boolean; export declare function resolveToImport(initialPath: any): any; export default function resolveImport(path: any, callback: any): any;