export function setupRerender(): () => void; export function act(callback: () => void | Promise): Promise; export function teardown(): void;