import type { CPUFallbackLUT } from '../../../../types/index.js';
export default function lutMatches(a: CPUFallbackLUT, b: CPUFallbackLUT): boolean;
