export default function checkIfQuit(data: any, message: string | null): Promise<boolean>;
