/** ESM and CJS Loader */ export declare namespace $dependency { function load(name: string): Promise; function dirname(): string; }