/**
 * Outputs string to console if `verbose` is `true`.
 */
export declare function log(...messages: Array<any>): void;
/**
 * Outputs a warning to the console.
 */
export declare function warn(...messages: Array<any>): void;
