export declare const loadBundled: (base: string, file: string) => Promise<any>;
export declare const importFromPackage: (packagePath: string, dependency: string) => Promise<any>;
