import { Tracker } from './tracker';
export declare function effect(fn: () => void): Tracker;
