import { i as Pipe } from '../errors-B5taetnA.js'; import '@standard-schema/spec'; import '../utils/types.js'; interface File { type: string; } declare const file: (err?: string) => Pipe; declare const image: (err?: string) => Pipe; declare const audio: (err?: string) => Pipe; declare const video: (err?: string) => Pipe; declare const fileType: (typesFn: string | string[], err?: string) => Pipe; export { type File, audio, file, fileType, image, video };