export declare const commandSecurityAuditEvaluate: import("../../core").CommandDef<{
  readonly path: {
    readonly type: "string";
    readonly message: "path to project root";
    readonly positional: true;
  };
}>;