import type { ConsumerComponent } from '@teambit/legacy.consumer-component'; export declare function actionLegacy([id]: [string], { json, remote, compare, }: { json?: boolean; remote: boolean; compare?: boolean; }): Promise; export declare function reportLegacy({ component, componentModel, json, }: { component: ConsumerComponent; componentModel?: ConsumerComponent; json: boolean | null | undefined; }): string;