import type { RPCHandler, RPCType } from '../../types/index.ts';
export declare const HANDLERS: {
    [T in RPCType]: RPCHandler<T>;
};
