import { ToolInstances } from '../types';
import { Props } from './';
export declare function useInit(props: Props, map: T.Map): ToolInstances;
