import { InfernoEffect } from './effect';
export declare const createReRenderEffect: () => InfernoEffect;
