export declare class CallbackDict { private dict; register(label: string, fn: T): void; call(label: string): T; }