/** biome-ignore-all lint/suspicious/noConsole: Console output is intentional in CLI */ import type { Command } from 'commander'; export declare function runIndexDump(opts: { published?: boolean; limit?: number; skip?: number; all?: boolean; type?: string; assetsOnly?: boolean; mediaOnly?: boolean; referenceOnly?: boolean; referenceType?: string; }, cmd: Command): Promise; export declare function registerIndexDumpCommand(index: Command): void; //# sourceMappingURL=index-dump.d.ts.map