export declare const cmd: Partial & { parse(context: import("cmd-ts/dist/cjs/argparser.js").ParseContext): Promise>; } & import("cmd-ts/dist/cjs/helpdoc.js").Named & Partial & import("cmd-ts/dist/cjs/helpdoc.js").PrintHelp & Partial & import("cmd-ts/dist/cjs/argparser.js").Register & import("cmd-ts/dist/cjs/runner.js").Handling<{ command: "dump"; args: { path: URL | undefined; image: number; output: URL | undefined; paths: URL[]; verbose: boolean; extraVerbose: boolean; }; } | { command: "fetch-tile"; args: { tile: string; output: URL | undefined; readSize: number; path: URL; verbose: boolean; extraVerbose: boolean; }; } | { command: "info"; args: { path: URL | undefined; tags: boolean; fetchTags: boolean; tileStats: boolean; paths: URL[]; verbose: boolean; extraVerbose: boolean; }; }, { command: "dump"; value: Promise; } | { command: "fetch-tile"; value: Promise; } | { command: "info"; value: Promise; }> & { run(context: import("cmd-ts/dist/cjs/argparser.js").ParseContext): Promise; } | { command: "fetch-tile"; value: Promise; } | { command: "info"; value: Promise; }>>; }; //# sourceMappingURL=index.d.ts.map