/** * Returns false until the condition is first true, then latches true. */ export declare function useTrueOnce(cond: boolean): boolean;