import { nothing } from 'lit'; export declare const ifTrue: (flag: T, value: T) => T | typeof nothing;