UNPKG

@commercelayer/cli

Version:
8 lines (7 loc) 224 B
import type { LoadOptions } from '@oclif/core/lib/interfaces'; export declare function execute(options: { args?: string[]; development?: boolean; dir: string; loadOptions?: LoadOptions; }): Promise<unknown>;