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