/**
* Coordinates of the surrounding pixels relative to the current pixel.
* First pixel is the one on the right, then they are in clockwise order.
*/exportdeclareconstsurroundingPixels: {
row: number;
column: number;
}[];
//# sourceMappingURL=surroundingPixels.d.ts.map