declare const stubs: { debug: (message: string) => void; [key: string]: (...args: any[]) => void; }; export default stubs;