import type { ActionHandler } from '../types.js';
export declare const QUEUE_SYMBOL: unique symbol;
declare const handlers: Record<string | symbol, ActionHandler>;
export default handlers;
