import { AgentState } from '../../../hooks';
export declare const useBarAnimator: (state: AgentState | undefined, columns: number, interval: number) => number[];
//# sourceMappingURL=useBarAnimator.d.ts.map