export type Asyncify_F = <T extends (...args: any[]) => any>(fn: T) => (...funcArgs: Parameters<T>) => Promise<ReturnType<T>>;
export declare const asyncify: Asyncify_F;
//# sourceMappingURL=helpers.d.ts.map