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