import { CLIContext } from '../../../types';
interface ActionOptions {
}
declare const _default: (_opts: ActionOptions, _cmd: unknown, { cwd, logger }: CLIContext) => Promise<void>;
export default _default;
//# sourceMappingURL=action.d.ts.map