import type { SolidisData } from '../index.ts'; export declare function createCommand(key: string, path?: string): string[]; export declare function jsonResp(this: T, key: string, path?: string): Promise;