/// <reference types="node" />
/**
 * Returns a stage that prepares files coming into the stream
 * with correct event information as well as hash information
 * This is used by the work optimizer and elsewhere to manage the
 * way files are handled and optimized
 */
export declare function createEnrichFiles(): {
    stream: import("stream").Transform;
};
