export type ResolutionType = 'cjs' | 'es' | 'ts'; interface IExecuteOptions { importPath: string; baseFolder: string | undefined; resolutionType: ResolutionType; } export declare function traceImport(options: IExecuteOptions): void; export {}; //# sourceMappingURL=traceImport.d.ts.map