import { WorkSpace } from '../WorkSpace';
export declare class PluginAPI {
    private readonly ws;
    constructor(ws: WorkSpace);
    get hooks(): typeof WorkSpace.prototype.hooks;
}
//# sourceMappingURL=PluginAPI.d.ts.map