export declare function run( fn:(...arg_a:A)=>O, ...arg_a:A ):O export declare function run( arg_a:A, fn:(...arg_a:A)=>O ):O