import { Layout } from '../../types/layout.type';
export declare const shuffleLayoutBands: (layout: Layout) => Layout;
