Files
n8n-nodes-gwezz-changdunovel/node_modules/@oclif/core/lib/main.d.ts
2025-10-26 23:10:15 +08:00

5 lines
328 B
TypeScript

import * as Interfaces from './interfaces';
export declare const helpAddition: (argv: string[], config: Interfaces.Config) => boolean;
export declare const versionAddition: (argv: string[], config?: Interfaces.Config) => boolean;
export declare function run(argv?: string[], options?: Interfaces.LoadOptions): Promise<unknown>;