import { webpack } from 'next/dist/compiled/webpack/webpack';
export declare function getClientStyleLoader({ isDevelopment, assetPrefix, }: {
    isDevelopment: boolean;
    assetPrefix: string;
}): webpack.RuleSetUseItem;
