/** * CLI command: fast-context * Fast context retrieval and summarization */ export declare function execute(args: string[], options: Record): Promise;