import { XTRA, Plugin } from "./plugin"; export declare class Server { init(uSelf: Plugin, xtra: XTRA): Promise; }