/** @tossdocs-ignore */ /** * @deprecated This feature is now available in the es-toolkit package. */ export declare function clamp(value: number, bound1: number, bound2?: number): number;