export declare const IdeaTrafficDirectorModule: {
    runSequentialTicket: <T>(params: string[], task: () => Promise<T>) => Promise<T>;
};
