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