/**
 * Clear the debug user cookie. This is called from the client side
 * to clear the cookie on page refresh.
 */
export declare const clearDebugUserCookie: () => Promise<void>;
