export default function useChosenOne(channel: string | symbol): ChosenStatus; export type ChosenStatus = { first: boolean; last: boolean; };