import { Layout } from "@omnia/fx-models"; export interface ImportLayoutResult { isValid: boolean; errorMessage: string; layout: Layout; }