export declare const formatBoolean: (value: boolean, { yes, no, nil }?: { yes?: string | undefined; no?: string | undefined; nil?: string | undefined; }) => string;