import { type RspackOptions } from "@rspack/core";
export declare function applyProfile(profileValue: string, item: RspackOptions): Promise<void>;
