export declare class CronError extends Error {
}
export declare class ExclusiveParametersError extends CronError {
    constructor(param1: string, param2: string);
}
