import type { AppLayoutBlueprint } from './types'; export declare const defineAppLayout: (blueprint: T) => T;