import * as ts from 'typescript';
export declare function isHigherPrecedenceThanAwait(tsNode: ts.Node): boolean;
