import { AppConfig } from "../types"; export declare function loadAndValidateApp(home: string): AppConfig | null;