import type { CommandLCSOptions, RespLCSMatches } from '../index.ts'; export declare function createCommand(key1: string, key2: string, options?: CommandLCSOptions): string[]; export declare function lcs(this: T, key1: string, key2: string, options?: CommandLCSOptions): Promise;