export declare const waitForExpect: (func: () => void | Promise) => Promise<{}>; export declare const defusedPromise: (promise: Promise) => Promise; export declare const getMockConsole: (verbose?: boolean) => { log: jest.Mock; info: jest.Mock; warn: jest.Mock; error: jest.Mock; };