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