/**
 * Type-safe tuple validation for arrays of numbers.
 */
export declare function isValidNumberTuple(arr: (number | undefined)[], length: number): arr is [number, number, number];
/**
 * Simple hash function for strings (length + first/last chars).
 */
export declare function hashString(str: string): string;
//# sourceMappingURL=index.d.ts.map