/**
 * @file Zebralette3-specific configuration for special parameter handling.
 *
 * Zebralette3 presets contain binary sections with curve/geometry data.
 * The curve indices in O1Geo1 and M1Geo1 sections are pointers to these
 * binary slots. Randomizing these indices causes crashes because they
 * may reference non-existent curve data.
 */
import type { SynthConfig } from './types.js';
export declare const zebralette3Config: SynthConfig;
