import type { HandlerResult } from './server';
export declare function handleGetSyncGeneratorChanges(generators: string[]): Promise<HandlerResult>;
