import { Pixel } from '../type/pixel'; declare const distance: (c1: Pixel, c2: Pixel) => number; export { distance };