export type Mix = { number: 2 | 3 | 4; preview: number; active: number; }; //# sourceMappingURL=mix.d.ts.map