import { TriState } from '@myparcel-pdk/common'; export declare const booleanToTriState: (value?: boolean) => TriState.On | TriState.Off;