export declare const log: (message?: string | undefined, ...args: unknown[]) => void, error: (message?: string | Error | undefined, ...args: unknown[]) => void; /** * Puts idea-exclude into debug mode, and thus logging to stdout. This mentod isnt reversable. */ export declare const debug: () => void;