export declare function resolveFromPackageRoot(...segments: string[]): string; export declare function resolveLibPath(moduleName: string): string; export declare function importLibModule(moduleName: string): Promise; export declare function requireLibModule(moduleName: string): TModule; export declare function importFromPackageRoot(...segments: string[]): Promise;