export declare const ProfilingGroupComputePlatform: {
    readonly Default: "Default";
    readonly AwsLambda: "AWSLambda";
};
/**
 * The compute platform of the profiling group.
 */
export type ProfilingGroupComputePlatform = (typeof ProfilingGroupComputePlatform)[keyof typeof ProfilingGroupComputePlatform];
