import type { CommandJsonArrIndexOptions } from '../index.ts'; export declare function createCommand(key: string, path: string, value: string, options?: CommandJsonArrIndexOptions): string[]; export declare function jsonArrindex(this: T, key: string, path: string, value: string, options?: CommandJsonArrIndexOptions): Promise<(number | null)[]>;