/** biome-ignore-all lint/suspicious/noExplicitAny: generic debounce helper */ export declare function debounce any>(fn: T, wait?: number): (...args: Parameters) => void; //# sourceMappingURL=functions.d.ts.map