declare const benchmark: {
    store: Record<string, number[]>;
    active: {};
    time: (name: string) => void;
    info: () => void;
};
export { benchmark };
