export default function ({ context }?: {
    context: any;
}): {
    disengage: () => void;
};
