import type { NodeValidation } from '../../typesServer.js'; import type { UploadFeatureProps } from './index.js'; import type { SerializedUploadNode } from './nodes/UploadNode.js'; export declare const uploadValidation: (props: UploadFeatureProps) => NodeValidation; //# sourceMappingURL=validate.d.ts.map