declare type Args = {
    start?: any;
    file?: any;
    end?: any;
};
