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