/// export declare type BufferOrStringWithName = { data: Buffer | string; name?: string; };