import { isDebug } from "./config.js"; export declare function setDebugFunction(fn: (...args: any[]) => void, ...args: Parameters): Promise; export declare function runTaskIfDebug(callback: () => void): Promise; export { isDebug, isDebug as isDebugMode };