/// <reference types="node" />
declare function nextImageLoader(this: any, content: Buffer): any;
export declare const raw = true;
export default nextImageLoader;