export declare function makeSynchronous(function_: (...arguments_: A) => Promise): (...arguments_: A) => T;