/** * Clears the console if the environment allows it. * * @example * clear(); */ export declare const clear: typeof console.clear;