export default function asyncify(syncFunction: (...args: unknown[]) => T, ...args: unknown[]): Promise;