/** * WaitingChildrenError * * Error to be thrown when job is moved to waiting-children state * from job in active state. * */ export declare class WaitingChildrenError extends Error { constructor(message?: string); }