import type { CommandLposOptions } from '../index.ts'; export declare function createCommand(key: string, element: string, options?: CommandLposOptions): string[]; export declare function lpos(this: T, key: string, element: string, options?: CommandLposOptions): Promise;