export declare function cli(command: string): Promise<void>;
export declare function resolve(specifier: string, context: Record<string, any>, nextResolve: Function): any;
