export interface LoaderLeash { mount: () => void; unmount: () => void; }