import type { Layout } from '../schema/nodes/types/extensions';
export declare const isValidLayout: (name: string | null) => name is Layout;
