import ts from 'typescript';
import { Context } from '../../../../Context';
export declare const hasBuffer: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isOnlyBuffer: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isBuffer: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isAddress: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isHash256: (context: Context, node: ts.Node, type: ts.Type) => boolean;
export declare const isPublicKey: (context: Context, node: ts.Node, type: ts.Type) => boolean;
