export declare class DevtoolsNotifier { private serverUrl; constructor(serverUrl?: string); /** * Notify server that data has changed (fire-and-forget) */ notify(): void; } //# sourceMappingURL=notifier.d.ts.map