cli.d.ts 96 Bytes
export declare const cli: () => {
    [x: string]: unknown;
    _: string[];
    $0: string;
};