/// import * as webpack from 'webpack'; export declare const DEFAULT_IMAGE_EXTENSIONS: string[]; export interface ImageConfigOptions { context: string; } export declare function createImageLoaderUse(): webpack.RuleSetUse; export declare function createImageConfig({ context }: Readonly): webpack.Configuration; export default createImageConfig;