import type { HandlerConfig } from '../types/types';
declare const handlers: HandlerConfig[];
export default handlers;
