import { Command } from 'commander'; export declare const MAX_SEARCH_LIMIT = 1000; export declare function normalizeLimit(raw: string, fallback?: number): number; export declare function registerTranscriptCommand(program: Command): void;