declare type TaskOfIfDo = () => void; export declare const ifdo: (evalBoolean: boolean, ...tasks: TaskOfIfDo[]) => void; export {};