/*! * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ export declare function recordWarning(...warn: string[]): void; export declare function getWarnings(): string[] | undefined;