import { IFireRunner } from '@/interface'; export declare const getChromeRerenderTestFunc: (fire: IFireRunner) => () => void; export declare const getChromeTest: (fire: IFireRunner) => void;