import * as ts from 'typescript';
export declare const isPossiblyFalsy: (type: ts.Type) => boolean;
export declare const isPossiblyTruthy: (type: ts.Type) => boolean;
