export declare function cli(command: string): Promise; export declare function resolve(specifier: string, context: Record, nextResolve: Function): any; export declare function load(url: string, context: Record, nextLoad: Function): Promise;