import { Service } from '@zag-js/core'; import { PropTypes, NormalizeProps } from '@zag-js/types'; import { TimerSchema, TimerApi } from './timer.types.js'; declare function connect(service: Service, normalize: NormalizeProps): TimerApi; export { connect };