import type { InternalAtoms } from "../+types";
import type { Grid, GridApi } from "../../+types";
export declare const makeEditIsCellActive: (grid: Grid<any> & {
    internal: InternalAtoms;
}) => GridApi<any>["editIsCellActive"];
