import { LayoutAction } from './layouter-types'; export declare const LayouterRepository: { layout: () => LayoutAction; };