export declare class VersionNotificationsConfig {
    enabled: boolean;
    endpoint: string;
    whatsNewEnabled: boolean;
    whatsNewEndpoint: string;
    infoUrl: string;
}
