/** * (c) Meta Platforms, Inc. and affiliates. Confidential and proprietary. * * @format */ export declare function reportContentCopied(args: { textContent: string; }): Promise; export declare function reportFeatureUsage(args: { featureName: string; id: string | null; }): Promise; export declare function reportContentSelected(args: { textContent: string; }): Promise;