/** * Credit: https://github.com/tailwindlabs/headlessui/ */ export declare function once(cb: (...args: T[]) => void): (...args: T[]) => void;