import { Color } from "@systemic-games/pixels-core-animation"; import { EditRgbKeyframe } from "./edit"; export declare function extractKeyframes(pixels: readonly Color[], maxInterpolationError?: number): EditRgbKeyframe[]; //# sourceMappingURL=extractKeyframes.d.ts.map