export declare const useMomentaryBool: (initial: boolean, delay: number) => [boolean, () => void];