4 lines
164 B
TypeScript
4 lines
164 B
TypeScript
import type { CLIContext } from '../types';
|
|
declare const _default: (ctx: CLIContext) => Promise<any>;
|
|
export default _default;
|
|
//# sourceMappingURL=action.d.ts.map
|