import { Instance } from './types';
export declare const observe: (instance: Instance) => void;
