export declare function promiseFromCallback(fn: (callback: (err: Error, result: any) => void) => void): Promise<any>;
