import * as t from '@babel/types'; export declare const isEmptyValue: (expression: t.Expression) => boolean;