import type { NonEmptyArray } from './types/arrays.js'; export declare function getRandomItem(input: NonEmptyArray): Type; export declare function getRandomItem(input: Type[]): Type | undefined;