/** * Known exceptions of parcels that are outside the standard limits * but are valid in Decentraland * @internal */ /** * Checks if a coordinate is in any exception block * @param x X coordinate of the parcel * @param y Y coordinate of the parcel * @returns true if the parcel is in any exception block */ export declare function isInExceptionBlock(x: number, y: number): boolean; //# sourceMappingURL=parcel-exceptions.d.ts.map