type Callback<T> = (e: T) => void;
export declare const joinHandlers: <T>(handler1?: Callback<T>, handler2?: Callback<T>) => Callback<T>;
export {};
