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