import { TypeCell, TypeSnake } from '../Types'; declare const _default: (xLength: number, yLength: number, snake: TypeSnake) => TypeCell[]; export default _default; //# sourceMappingURL=getSurroundingCells.d.ts.map