import ts from 'typescript';
import { Context } from '../../../../Context';
export declare const hasTransaction: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isOnlyTransaction: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isTransaction: (context: Context, node: ts.Node, type: ts.Type) => boolean;
