import { i as Pipe } from '../errors-B5taetnA.js'; import '@standard-schema/spec'; import '../utils/types.js'; type Timeable = Date | string | number; declare const time: (err?: string) => Pipe; declare const after: (compare: Timeable, err?: string) => Pipe; declare const before: (compare: Timeable, err?: string) => Pipe; declare const asStamp: () => Pipe; declare const asISOString: () => Pipe; export { type Timeable, after, asISOString, asStamp, before, time };