import { StoryObj } from '@storybook/web-components'; import { TimeredCounter } from '../../src/index.js'; import { NoUndefinedField } from '../utils/index.js'; export declare function localeNumber(context: Parameters['play']>[0], { counter, setBy, }: { counter: TC; setBy: (counter: TC, key: string, value: string) => void; }): Promise;