import { YesNo } from 'types'; export declare const convertYesNoToBoolean: (val: YesNo | undefined) => boolean;