import { Cell } from "../types";
export declare function cellHasProperty(cell: Cell, name: string): boolean;
