import Pulse, { PulseConfig } from "@pulsecron/pulse";
export declare function pulseFactory(queueConfig: PulseConfig, rootConfig: PulseConfig): Pulse;
