/**
 * Util function for logging a warning when a method is called.
 * @param {string} func The name of the function that is in beta.
 */
export declare function betaWarning(func: string): void;
