export async function logout(refresh_token: string | null): Promise<void> {
	// TODO: Clear refresh_token from db
}
