import { MitosisComponent } from '../types/mitosis-component';
/**
 * Get state used in the components by reference
 */
export declare const getStateUsed: (json: MitosisComponent) => Set<string>;
