import { type MindElixirInstance } from '../index';
export default function (mei: MindElixirInstance): () => void;
