import { PageLayoutConfig } from 'warskald-ui/models'; export declare function isPageLayoutConfig(value: unknown): value is PageLayoutConfig;