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