import type { ILayout } from "./api.js";
export declare const isLayout: (x: any) => x is ILayout<any, any>;
//# sourceMappingURL=checks.d.ts.map