import { RuleSetRule } from 'webpack'; export declare function getWebpackDataURILoaders({ chunkPath, }: { chunkPath: string; }): RuleSetRule[];