import { Dictionary } from '../types';
export declare function initInstance<T extends Dictionary>(instance: T): T;
