export declare function promiseTry(func: (...args: ArgumentsType) => PromiseLike | ValueType, ...args: ArgumentsType): Promise;