import { NacosInstanceOptions } from '../interface';
export declare function registerInstance(options: NacosInstanceOptions): void;
