/** * Called by Node.js when the hooks are registered in `run.ts`. */ export declare function initialize(args: any): Promise; export declare const resolve: any, load: any, getFormat: any, transformSource: any;