import type { InferValue } from '@optique/core/parser'; export declare const args: import("@optique/core").Parser<"sync", { readonly action: "list"; readonly json: true | undefined; readonly agent: true | undefined; }, ["matched", string] | ["parsing", { readonly action: "list"; readonly json: [import("@optique/core").ValueParserResult | undefined] | undefined; readonly agent: [import("@optique/core").ValueParserResult | undefined] | undefined; }] | undefined>; export declare function run(config: InferValue): Promise; type Props = { args: InferValue; }; export default function Ls(_props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ls.d.ts.map