import { MitosisComponent } from '../../types/mitosis-component';
/**
 * Helper for frameworks where all `onMount()`s must share a single scope.
 */
export declare const stringifySingleScopeOnMount: (json: MitosisComponent) => string;
