export declare type ApplicationHealthData = {
    /**
     * True if the instance is fully synchronized, according to NBXplorer
     */
    synchronized?: boolean;
};
