import { ExecutionContext } from '../Types/ExcutionContext.js';

declare function createExecutionContext(target: any, methodName: string, handler: Function, args: any[]): ExecutionContext;

export { createExecutionContext };
