import { SharedStateId } from '../../../../shared/helpers/useSharedState';
export default function clearData(id: SharedStateId): void;
