/** @tossdocs-ignore */ import { NonEmptyArray } from "./NonEmptyArray"; /** * @deprecated This feature is now available in the es-toolkit package. */ export declare function sample(arr: NonEmptyArray): T; /** * @deprecated This feature is now available in the es-toolkit package. */ export declare function sample(arr: T[]): T | undefined;