import type { HandlerResult } from './server';
export declare function handleGetRegisteredSyncGenerators(): Promise<HandlerResult>;
