import { type GoldRushClientSettings } from "../types/Generic.types"; export declare function debugOutput(settings: GoldRushClientSettings, ...content: unknown[]): Promise;