export declare function backgroundLogging(): void; /** * Starts the background logging. * * @deprecated * * @return This function does not return anything. */ export declare function startLogging(): void; /** * Stops the background logging. * * @return This function does not return anything. */ export declare function stopLogging(): void;