import { TriState } from '@myparcel-pdk/common'; export declare const triStateToBoolean: (value: TriState) => boolean;