import type { InternalAtoms } from "../state/+types.js";
import type { Grid } from "../+types.js";
export declare function expandCellSelectionStart(grid: Grid<any> & {
    internal: InternalAtoms;
}, meta: boolean): void;
