/**
 * Warns only once for a specific message.
 * @param msg The message to warn.
 */
export default function warnOnce(msg: string): void;
