/** * console.warn() a message to the console in a prefixed format * Only logs when the medium or highest verbosity level is set * * @param message Message to warn in the console */ export declare const warn: (message: string) => false | void;