/**
 *
 * @param {Sampler2D} sampler
 * @param {(sampler:Sampler2D,x:number, y:number)=>boolean} matcher
 * @returns {number[]} flat array of x,y coordinates
 */
export function sampler2d_find_pixels(sampler: Sampler2D, matcher: (sampler: Sampler2D, x: number, y: number) => boolean): number[];
//# sourceMappingURL=sampler2d_find_pixels.d.ts.map