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