/** * Reference: https://github.com/web-infra-dev/rspack/blob/bdfe548f4e5fd09c1ccb4d43919426819fb9a34f/packages/rspack-cli/src/utils/profile.ts */ export declare function applyProfile(filterValue: string, traceLayer?: string, traceOutput?: string): Promise;