import { Command } from "clipanion"; export declare class NpmDumpLookupCreatorCommand extends Command { npmFile?: string; static usage: import("clipanion").Usage; static paths: string[][]; execute(): Promise; }