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