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