import { Context } from '../handle/gen'; export declare const pathHandler: (result: any, delay: Context['delay']['path']) => void; export declare const functionHandler: (result: any, func: Context['delay']['function']) => void;