export declare function setDebugFunc(func: (msg: string, ...args: any[]) => void): void; export default function (msg: string, ...args: any[]): void;