import type { PianoRoll } from "../piano-roll";
/**
 * Initialize Pixi containers and display list for the piano roll instance.
 * Keeps layering/zIndex contracts identical to the original inline method.
 */
export declare function initializeContainers(pr: PianoRoll): void;
//# sourceMappingURL=containers.d.ts.map